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: #f4c32f;
}
.color-2 {
color: #f5b829;
}
.color-3 {
color: #f6a523;
}
.color-4 {
color: #f69c1e;
}
.color-5 {
color: #f58f19;
}

/* CSS Variables */
:root {
--color-1: #f4c32f;
--color-2: #f5b829;
--color-3: #f6a523;
--color-4: #f69c1e;
--color-5: #f58f19;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c32f, #f5b829, #f6a523, #f69c1e, #f58f19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c32f, #f5b829, #f6a523, #f69c1e, #f58f19);
}

Golden Sunset color palette created on .