Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c02c;
}
.color-2 {
color: #f69e23;
}
.color-3 {
color: #f67a3c;
}
.color-4 {
color: #ef4e2a;
}
.color-5 {
color: #e25079;
}

/* CSS Variables */
:root {
--color-1: #f6c02c;
--color-2: #f69e23;
--color-3: #f67a3c;
--color-4: #ef4e2a;
--color-5: #e25079;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c02c, #f69e23, #f67a3c, #ef4e2a, #e25079);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c02c, #f69e23, #f67a3c, #ef4e2a, #e25079);
}

Sunset Serenade color palette created on .