Harvest Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Harvest Ember palette

Condividi questa palette a:

tavolozza dei colori Harvest Ember CSS

/* CSS */
.color-1 {
color: #c75829;
}
.color-2 {
color: #e8a56d;
}
.color-3 {
color: #d9c57d;
}
.color-4 {
color: #a55f3b;
}
.color-5 {
color: #793a25;
}

/* CSS Variables */
:root {
--color-1: #c75829;
--color-2: #e8a56d;
--color-3: #d9c57d;
--color-4: #a55f3b;
--color-5: #793a25;
}

CSS con gradiente di sfondo Harvest Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75829, #e8a56d, #d9c57d, #a55f3b, #793a25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75829, #e8a56d, #d9c57d, #a55f3b, #793a25);
}

Harvest Ember color palette created on .