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