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