Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7e3d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4cae7b;
}

/* CSS Variables */
:root {
--color-1: #ff7e3d;
--color-2: #ffb84d;
--color-3: #ffd900;
--color-4: #a3d55d;
--color-5: #4cae7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e3d, #ffb84d, #ffd900, #a3d55d, #4cae7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e3d, #ffb84d, #ffd900, #a3d55d, #4cae7b);
}

Sunset Serenade color palette created on .