Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f16f3b;
}
.color-3 {
color: #f26999;
}
.color-4 {
color: #a57cbb;
}
.color-5 {
color: #7e8dbe;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f16f3b;
--color-3: #f26999;
--color-4: #a57cbb;
--color-5: #7e8dbe;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f16f3b, #f26999, #a57cbb, #7e8dbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f16f3b, #f26999, #a57cbb, #7e8dbe);
}

Sunset Serenade color palette created on .