Autumn Harvest Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Harvest Hues palette

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

Autumn Harvest Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #c3ad92;
}
.color-2 {
color: #bea079;
}
.color-3 {
color: #be946a;
}
.color-4 {
color: #aa8c6e;
}
.color-5 {
color: #b1865d;
}

/* CSS Variables */
:root {
--color-1: #c3ad92;
--color-2: #bea079;
--color-3: #be946a;
--color-4: #aa8c6e;
--color-5: #b1865d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3ad92, #bea079, #be946a, #aa8c6e, #b1865d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3ad92, #bea079, #be946a, #aa8c6e, #b1865d);
}

Autumn Harvest Hues color palette created on .