Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6d66f;
}
.color-3 {
color: #f4b79f;
}
.color-4 {
color: #f27d94;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6d66f;
--color-3: #f4b79f;
--color-4: #f27d94;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6d66f, #f4b79f, #f27d94, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6d66f, #f4b79f, #f27d94, #e74d3c);
}

Sunset Serenade color palette created on .