Advertisement
Loading...
从图片中提取主要颜色,或生成随机和谐配色方案。
#0D8C68
163° 83% 30%
#0EA6BE
188° 86% 40%
#1675E9
213° 83% 50%
#4449EE
238° 84% 60%
#A371F4
263° 85% 70%
#E6A0F8
288° 86% 80%
#0D8C68
rgb(13, 140, 104)
hsl(163, 83%, 30%)
#0EA6BE
rgb(14, 166, 190)
hsl(188, 86%, 40%)
#1675E9
rgb(22, 117, 233)
hsl(213, 83%, 50%)
#4449EE
rgb(68, 73, 238)
hsl(238, 84%, 60%)
#A371F4
rgb(163, 113, 244)
hsl(263, 85%, 70%)
#E6A0F8
rgb(230, 160, 248)
hsl(288, 86%, 80%)
:root {
--color-1: #0d8c68;
--color-2: #0ea6be;
--color-3: #1675e9;
--color-4: #4449ee;
--color-5: #a371f4;
--color-6: #e6a0f8;
}