Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f8ab77;
}
.color-2 {
color: #f78b64;
}
.color-3 {
color: #f88059;
}
.color-4 {
color: #f6775a;
}
.color-5 {
color: #f25f5f;
}

/* CSS Variables */
:root {
--color-1: #f8ab77;
--color-2: #f78b64;
--color-3: #f88059;
--color-4: #f6775a;
--color-5: #f25f5f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ab77, #f78b64, #f88059, #f6775a, #f25f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ab77, #f78b64, #f88059, #f6775a, #f25f5f);
}

Sunset Serenade color palette created on .