Harvest Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harvest Ember palette

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

Harvest Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #d55f20;
}
.color-2 {
color: #d39969;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #a65d36;
}
.color-5 {
color: #893b2a;
}

/* CSS Variables */
:root {
--color-1: #d55f20;
--color-2: #d39969;
--color-3: #c2b180;
--color-4: #a65d36;
--color-5: #893b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55f20, #d39969, #c2b180, #a65d36, #893b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55f20, #d39969, #c2b180, #a65d36, #893b2a);
}

Harvest Ember color palette created on .