Harvest Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harvest Harmony palette

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

Harvest Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #f6a051;
}
.color-3 {
color: #f1e4a7;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #3c7077;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #f6a051;
--color-3: #f1e4a7;
--color-4: #a7d7b8;
--color-5: #3c7077;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #f6a051, #f1e4a7, #a7d7b8, #3c7077);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #f6a051, #f1e4a7, #a7d7b8, #3c7077);
}

Harvest Harmony color palette created on .