Rustic Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Ember palette
Rustic Ember color palette CSS
/* CSS */
.color-1 {
color: #593e26;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d79c3c;
}
.color-4 {
color: #f0c7a3;
}
.color-5 {
color: #e8e4b5;
}
/* CSS Variables */
:root {
--color-1: #593e26;
--color-2: #a85f2e;
--color-3: #d79c3c;
--color-4: #f0c7a3;
--color-5: #e8e4b5;
}
Rustic Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593e26, #a85f2e, #d79c3c, #f0c7a3, #e8e4b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593e26, #a85f2e, #d79c3c, #f0c7a3, #e8e4b5);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Rustic Ember color palette created on .