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: #5e3a36;
}
.color-2 {
color: #7b5c56;
}
.color-3 {
color: #a57c73;
}
.color-4 {
color: #c6a69a;
}
.color-5 {
color: #e5cec7;
}
/* CSS Variables */
:root {
--color-1: #5e3a36;
--color-2: #7b5c56;
--color-3: #a57c73;
--color-4: #c6a69a;
--color-5: #e5cec7;
}
Rustic Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e3a36, #7b5c56, #a57c73, #c6a69a, #e5cec7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e3a36, #7b5c56, #a57c73, #c6a69a, #e5cec7);
}
Similar color palettes
- Dark Cocoa Shades
- Café Mocha Dream
- Seaside Confectionery
- Burnt Orange Cookie
- Woodland Ember
- Celestial Confection
- Caramel Brown
- Golden Earth
- Golden Earth
- Cranberry Wine Shades
- Cocoa Dreamscape
- Enchanted Dust Whisper
- Dusky Cookie Delight
- Sweet Indulgence
- Brown Affogato
- Savory Hound's Embrace
- Espresso Harmony
- Harvested Earth
Rustic Ember color palette created on .