Harvest Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Harvest Ember palette

Share this palette to:

Harvest Ember color palette CSS

/* CSS */
.color-1 {
color: #c76d3d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #eabf8b;
}
.color-4 {
color: #a86a4d;
}
.color-5 {
color: #7c4a2d;
}

/* CSS Variables */
:root {
--color-1: #c76d3d;
--color-2: #f0a800;
--color-3: #eabf8b;
--color-4: #a86a4d;
--color-5: #7c4a2d;
}

Harvest Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c76d3d, #f0a800, #eabf8b, #a86a4d, #7c4a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c76d3d, #f0a800, #eabf8b, #a86a4d, #7c4a2d);
}

Harvest Ember color palette created on .