Advertisement
Loading...
从图片中提取主要颜色,或生成随机和谐配色方案。
#9A1961
326° 72% 35%
#BD1E50
341° 72% 43%
#DC2833
356° 72% 51%
#4BE28D
146° 72% 59%
#6EE8C2
161° 72% 67%
#91EDE8
176° 72% 75%
#9A1961
rgb(154, 25, 97)
hsl(326, 72%, 35%)
#BD1E50
rgb(189, 30, 80)
hsl(341, 72%, 43%)
#DC2833
rgb(220, 40, 51)
hsl(356, 72%, 51%)
#4BE28D
rgb(75, 226, 141)
hsl(146, 72%, 59%)
#6EE8C2
rgb(110, 232, 194)
hsl(161, 72%, 67%)
#91EDE8
rgb(145, 237, 232)
hsl(176, 72%, 75%)
:root {
--color-1: #9a1961;
--color-2: #bd1e50;
--color-3: #dc2833;
--color-4: #4be28d;
--color-5: #6ee8c2;
--color-6: #91ede8;
}