Loading...

Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット (PNG) をダウンロード

Download golden sunset color palette PNG image (landscape)
Download golden sunset color palette PNG image (square)

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a64e;
}
.color-2 {
color: #f4c948;
}
.color-3 {
color: #e6b03d;
}
.color-4 {
color: #cf982a;
}
.color-5 {
color: #b58a1c;
}

/* CSS Variables */
:root {
--color-1: #f9a64e;
--color-2: #f4c948;
--color-3: #e6b03d;
--color-4: #cf982a;
--color-5: #b58a1c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a64e, #f4c948, #e6b03d, #cf982a, #b58a1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a64e, #f4c948, #e6b03d, #cf982a, #b58a1c);
}

Golden Sunset color palette created on .