mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增推荐色
This commit is contained in:
@@ -191,22 +191,6 @@
|
||||
"name": "酪黄",
|
||||
"pinyin": "laohuang"
|
||||
},
|
||||
{
|
||||
"CMYK": [
|
||||
1,
|
||||
17,
|
||||
50,
|
||||
0
|
||||
],
|
||||
"RGB": [
|
||||
247,
|
||||
218,
|
||||
148
|
||||
],
|
||||
"hex": "#f7da94",
|
||||
"name": "香水玫瑰黄",
|
||||
"pinyin": "xiangshuimeiguihuang"
|
||||
},
|
||||
{
|
||||
"CMYK": [
|
||||
1,
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
[{
|
||||
"RGB": [81, 214, 169],
|
||||
"hex": "#51d6a9",
|
||||
"name": "碧空绿",
|
||||
"pinyin": "bikonlv"
|
||||
},
|
||||
{
|
||||
"RGB": [16, 174, 194],
|
||||
"hex": "#10aec2",
|
||||
"name": "甸子蓝",
|
||||
"pinyin": "dianzilan"
|
||||
},
|
||||
{
|
||||
"RGB": [60, 126, 255],
|
||||
"hex": "#3c7eff",
|
||||
"name": "深海蓝",
|
||||
"pinyin": "shenhailan"
|
||||
},
|
||||
{
|
||||
"RGB": [248, 223, 114],
|
||||
"hex": "#f8df72",
|
||||
"name": "茉莉黄",
|
||||
"pinyin": "molihuang"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user