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