Harvest Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harvest Ember palette
Harvest Ember color palette CSS
/* CSS */
.color-1 {
color: #d74f1d;
}
.color-2 {
color: #ef9e4d;
}
.color-3 {
color: #e5bf57;
}
.color-4 {
color: #c25729;
}
.color-5 {
color: #9e341a;
}
/* CSS Variables */
:root {
--color-1: #d74f1d;
--color-2: #ef9e4d;
--color-3: #e5bf57;
--color-4: #c25729;
--color-5: #9e341a;
}
Harvest Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74f1d, #ef9e4d, #e5bf57, #c25729, #9e341a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74f1d, #ef9e4d, #e5bf57, #c25729, #9e341a);
}
Similar color palettes
Scroll down to explore 100+ Orange color palettes
Harvest Ember color palette created on .