Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

このパレットを共有する先:

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a812;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #e6e64c;
}
.color-4 {
color: #58b1e4;
}
.color-5 {
color: #d4355d;
}

/* CSS Variables */
:root {
--color-1: #f3a812;
--color-2: #f7c94b;
--color-3: #e6e64c;
--color-4: #58b1e4;
--color-5: #d4355d;
}

Sunset Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a812, #f7c94b, #e6e64c, #58b1e4, #d4355d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a812, #f7c94b, #e6e64c, #58b1e4, #d4355d);
}

Sunset Serenade color palette created on .