Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f25a76;
}
.color-2 {
color: #f2a36e;
}
.color-3 {
color: #f2d273;
}
.color-4 {
color: #a3d77e;
}
.color-5 {
color: #4ab5b5;
}

/* CSS Variables */
:root {
--color-1: #f25a76;
--color-2: #f2a36e;
--color-3: #f2d273;
--color-4: #a3d77e;
--color-5: #4ab5b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f25a76, #f2a36e, #f2d273, #a3d77e, #4ab5b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f25a76, #f2a36e, #f2d273, #a3d77e, #4ab5b5);
}

Sunset Serenade color palette created on .