Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffb833;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ffdca8;
}
.color-5 {
color: #ffebb8;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffb833;
--color-3: #ffcc66;
--color-4: #ffdca8;
--color-5: #ffebb8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffb833, #ffcc66, #ffdca8, #ffebb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffb833, #ffcc66, #ffdca8, #ffebb8);
}

Golden Sunset color palette created on .