Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ffa27a;
}
.color-2 {
color: #ffcbad;
}
.color-3 {
color: #ffdeb3;
}
.color-4 {
color: #fff0db;
}
.color-5 {
color: #fcccff;
}

/* CSS Variables */
:root {
--color-1: #ffa27a;
--color-2: #ffcbad;
--color-3: #ffdeb3;
--color-4: #fff0db;
--color-5: #fcccff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa27a, #ffcbad, #ffdeb3, #fff0db, #fcccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa27a, #ffcbad, #ffdeb3, #fff0db, #fcccff);
}

Sunset Serenade color palette created on .