Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7357;
}
.color-2 {
color: #f86d3a;
}
.color-3 {
color: #f89225;
}
.color-4 {
color: #f2b721;
}
.color-5 {
color: #f1d03b;
}

/* CSS Variables */
:root {
--color-1: #ff7357;
--color-2: #f86d3a;
--color-3: #f89225;
--color-4: #f2b721;
--color-5: #f1d03b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7357, #f86d3a, #f89225, #f2b721, #f1d03b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7357, #f86d3a, #f89225, #f2b721, #f1d03b);
}

Sunset Serenade color palette created on .