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