Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f2e6a1;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #3e5b98;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #f2e6a1;
--color-4: #a1dff7;
--color-5: #3e5b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #f2e6a1, #a1dff7, #3e5b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #f2e6a1, #a1dff7, #3e5b98);
}

Sunset Serenade color palette created on .