Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f58b00;
}
.color-4 {
color: #f04c00;
}
.color-5 {
color: #d62e00;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #f5a300;
--color-3: #f58b00;
--color-4: #f04c00;
--color-5: #d62e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #f5a300, #f58b00, #f04c00, #d62e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #f5a300, #f58b00, #f04c00, #d62e00);
}

Golden Sunset color palette created on .