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