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