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