Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff801f;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffbc57;
}
.color-4 {
color: #ffdb80;
}
.color-5 {
color: #ffe6a8;
}

/* CSS Variables */
:root {
--color-1: #ff801f;
--color-2: #ff9b3d;
--color-3: #ffbc57;
--color-4: #ffdb80;
--color-5: #ffe6a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff801f, #ff9b3d, #ffbc57, #ffdb80, #ffe6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff801f, #ff9b3d, #ffbc57, #ffdb80, #ffe6a8);
}

Sunset Serenade color palette created on .