Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e7c84b;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #a79e6c;
}
.color-5 {
color: #4b4d00;
}

/* CSS Variables */
:root {
--color-1: #e7c84b;
--color-2: #ff8e3d;
--color-3: #ffb84d;
--color-4: #a79e6c;
--color-5: #4b4d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c84b, #ff8e3d, #ffb84d, #a79e6c, #4b4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c84b, #ff8e3d, #ffb84d, #a79e6c, #4b4d00);
}

Golden Sunset color palette created on .