Harvest Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harvest Harmony palette

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

Harvest Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d8a36e;
}
.color-3 {
color: #e4b88b;
}
.color-4 {
color: #f2d5c4;
}
.color-5 {
color: #f6e4b6;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d8a36e;
--color-3: #e4b88b;
--color-4: #f2d5c4;
--color-5: #f6e4b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d8a36e, #e4b88b, #f2d5c4, #f6e4b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d8a36e, #e4b88b, #f2d5c4, #f6e4b6);
}

Harvest Harmony color palette created on .