Golden Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset Serenade palette

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

Golden Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6df60;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f98348;
}
.color-4 {
color: #f3712b;
}
.color-5 {
color: #d9423f;
}

/* CSS Variables */
:root {
--color-1: #f6df60;
--color-2: #f9c54e;
--color-3: #f98348;
--color-4: #f3712b;
--color-5: #d9423f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df60, #f9c54e, #f98348, #f3712b, #d9423f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df60, #f9c54e, #f98348, #f3712b, #d9423f);
}

Golden Sunset Serenade color palette created on .