Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f8cf3a;
}
.color-2 {
color: #f3ab5e;
}
.color-3 {
color: #e5b88b;
}
.color-4 {
color: #c3a2d2;
}
.color-5 {
color: #8a5ab5;
}

/* CSS Variables */
:root {
--color-1: #f8cf3a;
--color-2: #f3ab5e;
--color-3: #e5b88b;
--color-4: #c3a2d2;
--color-5: #8a5ab5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cf3a, #f3ab5e, #e5b88b, #c3a2d2, #8a5ab5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cf3a, #f3ab5e, #e5b88b, #c3a2d2, #8a5ab5);
}

Sunset Serenade color palette created on .