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: #edd2bb;
}
.color-2 {
color: #e7c0a2;
}
.color-3 {
color: #e9c3aa;
}
.color-4 {
color: #e5b89f;
}
.color-5 {
color: #e4b39b;
}

/* CSS Variables */
:root {
--color-1: #edd2bb;
--color-2: #e7c0a2;
--color-3: #e9c3aa;
--color-4: #e5b89f;
--color-5: #e4b39b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd2bb, #e7c0a2, #e9c3aa, #e5b89f, #e4b39b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd2bb, #e7c0a2, #e9c3aa, #e5b89f, #e4b39b);
}

Golden Sunset color palette created on .