Autumn Harvest Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Harvest Hues palette

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

Autumn Harvest Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #eec690;
}
.color-2 {
color: #e2af79;
}
.color-3 {
color: #d49a68;
}
.color-4 {
color: #be8b5b;
}
.color-5 {
color: #a06e4b;
}

/* CSS Variables */
:root {
--color-1: #eec690;
--color-2: #e2af79;
--color-3: #d49a68;
--color-4: #be8b5b;
--color-5: #a06e4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec690, #e2af79, #d49a68, #be8b5b, #a06e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec690, #e2af79, #d49a68, #be8b5b, #a06e4b);
}

Autumn Harvest Hues color palette created on .