Golden Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset palette

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

Golden Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e8a94a;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d15b29;
}
.color-5 {
color: #703c00;
}

/* CSS Variables */
:root {
--color-1: #e8a94a;
--color-2: #f1c84b;
--color-3: #ff6e61;
--color-4: #d15b29;
--color-5: #703c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a94a, #f1c84b, #ff6e61, #d15b29, #703c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a94a, #f1c84b, #ff6e61, #d15b29, #703c00);
}

Golden Sunset color palette created on .