Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd557;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff9e3d;
}
.color-4 {
color: #ff7e2e;
}
.color-5 {
color: #ff621f;
}

/* CSS Variables */
:root {
--color-1: #ffd557;
--color-2: #ffb84d;
--color-3: #ff9e3d;
--color-4: #ff7e2e;
--color-5: #ff621f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd557, #ffb84d, #ff9e3d, #ff7e2e, #ff621f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd557, #ffb84d, #ff9e3d, #ff7e2e, #ff621f);
}

Golden Sunset color palette created on .