Harvest Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harvest Hues palette

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

Harvest Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a829;
}
.color-2 {
color: #c47e21;
}
.color-3 {
color: #a85d1f;
}
.color-4 {
color: #8a3f1e;
}
.color-5 {
color: #4f2b1c;
}

/* CSS Variables */
:root {
--color-1: #d6a829;
--color-2: #c47e21;
--color-3: #a85d1f;
--color-4: #8a3f1e;
--color-5: #4f2b1c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a829, #c47e21, #a85d1f, #8a3f1e, #4f2b1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a829, #c47e21, #a85d1f, #8a3f1e, #4f2b1c);
}

Harvest Hues color palette created on .