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