Autumn Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Brown palette

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

Autumn Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #eabe85;
}
.color-3 {
color: #e5b07b;
}
.color-4 {
color: #a9a67e;
}
.color-5 {
color: #7e4a3a;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #eabe85;
--color-3: #e5b07b;
--color-4: #a9a67e;
--color-5: #7e4a3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #eabe85, #e5b07b, #a9a67e, #7e4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #eabe85, #e5b07b, #a9a67e, #7e4a3a);
}

Autumn Brown color palette created on .