Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff4d00;
}
.color-4 {
color: #ff0059;
}
.color-5 {
color: #ff0080;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff6d2e;
--color-3: #ff4d00;
--color-4: #ff0059;
--color-5: #ff0080;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff6d2e, #ff4d00, #ff0059, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff6d2e, #ff4d00, #ff0059, #ff0080);
}

Sunset Serenade color palette created on .