Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f76e6e;
}
.color-2 {
color: #f9a65d;
}
.color-3 {
color: #fce9a6;
}
.color-4 {
color: #a4d9e5;
}
.color-5 {
color: #6999c3;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9a65d;
--color-3: #fce9a6;
--color-4: #a4d9e5;
--color-5: #6999c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9a65d, #fce9a6, #a4d9e5, #6999c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9a65d, #fce9a6, #a4d9e5, #6999c3);
}

Sunset Serenade color palette created on .