Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f9b14e;
}
.color-3 {
color: #f29e45;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #d15000;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f9b14e;
--color-3: #f29e45;
--color-4: #f47b1f;
--color-5: #d15000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f9b14e, #f29e45, #f47b1f, #d15000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f9b14e, #f29e45, #f47b1f, #d15000);
}

Golden Sunset color palette created on .