Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7a6b;
}
.color-2 {
color: #ff9b80;
}
.color-3 {
color: #ffc39e;
}
.color-4 {
color: #ffde8a;
}
.color-5 {
color: #ffed9e;
}

/* CSS Variables */
:root {
--color-1: #ff7a6b;
--color-2: #ff9b80;
--color-3: #ffc39e;
--color-4: #ffde8a;
--color-5: #ffed9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7a6b, #ff9b80, #ffc39e, #ffde8a, #ffed9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7a6b, #ff9b80, #ffc39e, #ffde8a, #ffed9e);
}

Sunset Serenade color palette created on .