Autumnal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumnal Elegance palette

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

Autumnal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #4d3e0f;
}
.color-2 {
color: #796a3e;
}
.color-3 {
color: #a79a6c;
}
.color-4 {
color: #c1b68a;
}
.color-5 {
color: #e5e1a9;
}

/* CSS Variables */
:root {
--color-1: #4d3e0f;
--color-2: #796a3e;
--color-3: #a79a6c;
--color-4: #c1b68a;
--color-5: #e5e1a9;
}

Autumnal Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3e0f, #796a3e, #a79a6c, #c1b68a, #e5e1a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3e0f, #796a3e, #a79a6c, #c1b68a, #e5e1a9);
}

Autumnal Elegance color palette created on .