Ember Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ember Harvest palette
Ember Harvest color palette CSS
/* CSS */
.color-1 {
color: #c34b2c;
}
.color-2 {
color: #e58d2a;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #7d6a4f;
}
.color-5 {
color: #603d2e;
}
/* CSS Variables */
:root {
--color-1: #c34b2c;
--color-2: #e58d2a;
--color-3: #f1c84b;
--color-4: #7d6a4f;
--color-5: #603d2e;
}
Ember Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34b2c, #e58d2a, #f1c84b, #7d6a4f, #603d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34b2c, #e58d2a, #f1c84b, #7d6a4f, #603d2e);
}
Similar color palettes
Ember Harvest color palette created on .