Golden Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset Serenade palette

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

Golden Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f6d27e;
}
.color-3 {
color: #f4ba5d;
}
.color-4 {
color: #f49c3e;
}
.color-5 {
color: #f34c2b;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f6d27e;
--color-3: #f4ba5d;
--color-4: #f49c3e;
--color-5: #f34c2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f6d27e, #f4ba5d, #f49c3e, #f34c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f6d27e, #f4ba5d, #f49c3e, #f34c2b);
}

Golden Sunset Serenade color palette created on .