Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f69a23;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #a35cbc;
}
.color-5 {
color: #6b5b8b;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f69a23;
--color-3: #e94e77;
--color-4: #a35cbc;
--color-5: #6b5b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f69a23, #e94e77, #a35cbc, #6b5b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f69a23, #e94e77, #a35cbc, #6b5b8b);
}

Sunset Serenade color palette created on .