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: #5b3a29;
}
.color-2 {
color: #c27e5b;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #b76d5c;
}
.color-5 {
color: #a65d30;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c27e5b;
--color-3: #ffe0b3;
--color-4: #b76d5c;
--color-5: #a65d30;
}
Rustic Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c27e5b, #ffe0b3, #b76d5c, #a65d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c27e5b, #ffe0b3, #b76d5c, #a65d30);
}
Similar color palettes
- Vibrant Coral
- Lunar Enchantment
- Whispers of Earthstone
- Dusty Brown
- Whimsical Woodland
- Rustic Serenity
- Warm Earthy Tones
- Sandy Serenity
- Golden Sands of Mandalay
- Brandy Sunset
- Whispers of Nature
- Whispering Earthtones
- Midnight Mahogany
- Midnight Mahogany
- Whispers of Ancient Earth
- Rustic Haven
- Earthy Elegance
- Brown Earth
Rustic Ember color palette created on .