Earth's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earth's Embrace palette
Earth's Embrace color palette CSS
/* CSS */
.color-1 {
color: #da9c5d;
}
.color-2 {
color: #c3774b;
}
.color-3 {
color: #a85838;
}
.color-4 {
color: #6e3d26;
}
.color-5 {
color: #4d2b1f;
}
/* CSS Variables */
:root {
--color-1: #da9c5d;
--color-2: #c3774b;
--color-3: #a85838;
--color-4: #6e3d26;
--color-5: #4d2b1f;
}
Earth's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da9c5d, #c3774b, #a85838, #6e3d26, #4d2b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da9c5d, #c3774b, #a85838, #6e3d26, #4d2b1f);
}
Similar color palettes
- Dark Cocoa Shades
- 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
Earth's Embrace color palette created on .