Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #ffb13d;
}
.color-3 {
color: #ff7b00;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #e60000;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #ffb13d;
--color-3: #ff7b00;
--color-4: #ff3c00;
--color-5: #e60000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #ffb13d, #ff7b00, #ff3c00, #e60000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #ffb13d, #ff7b00, #ff3c00, #e60000);
}

Sunset Serenade color palette created on .