Golden Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Autumn palette

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

Golden Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #b9703c;
}
.color-2 {
color: #c48b45;
}
.color-3 {
color: #e1a056;
}
.color-4 {
color: #e1c16b;
}
.color-5 {
color: #f1d379;
}

/* CSS Variables */
:root {
--color-1: #b9703c;
--color-2: #c48b45;
--color-3: #e1a056;
--color-4: #e1c16b;
--color-5: #f1d379;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9703c, #c48b45, #e1a056, #e1c16b, #f1d379);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9703c, #c48b45, #e1a056, #e1c16b, #f1d379);
}

Golden Autumn color palette created on .