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