Clo's Whispering Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Clo's Whispering Hues palette
Clo's Whispering Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #f7d27e;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #f76e50;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #f7d27e;
--color-3: #f0a400;
--color-4: #f76e50;
--color-5: #6a4c94;
}
Clo's Whispering Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #f7d27e, #f0a400, #f76e50, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #f7d27e, #f0a400, #f76e50, #6a4c94);
}
似たようなカラーパレット
Clo's Whispering Hues color palette created on .