Golden Autumn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Autumn palette

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

Golden Autumn カラーパレット CSS

/* CSS */
.color-1 {
color: #e68e00;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f8d88b;
}
.color-4 {
color: #d9c778;
}
.color-5 {
color: #a3a300;
}

/* CSS Variables */
:root {
--color-1: #e68e00;
--color-2: #f6b83c;
--color-3: #f8d88b;
--color-4: #d9c778;
--color-5: #a3a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e68e00, #f6b83c, #f8d88b, #d9c778, #a3a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e68e00, #f6b83c, #f8d88b, #d9c778, #a3a300);
}

Golden Autumn color palette created on .