Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a20b;
}
.color-2 {
color: #f9d43e;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #e55b1f;
}
.color-5 {
color: #d84a31;
}

/* CSS Variables */
:root {
--color-1: #f4a20b;
--color-2: #f9d43e;
--color-3: #f6b83c;
--color-4: #e55b1f;
--color-5: #d84a31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a20b, #f9d43e, #f6b83c, #e55b1f, #d84a31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a20b, #f9d43e, #f6b83c, #e55b1f, #d84a31);
}

Golden Sunset color palette created on .