Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f8e9a0;
}
.color-3 {
color: #f9aeae;
}
.color-4 {
color: #d6a9e5;
}
.color-5 {
color: #3e4f74;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f8e9a0;
--color-3: #f9aeae;
--color-4: #d6a9e5;
--color-5: #3e4f74;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f8e9a0, #f9aeae, #d6a9e5, #3e4f74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f8e9a0, #f9aeae, #d6a9e5, #3e4f74);
}

Sunset Serenade color palette created on .