Earthy Reverie Color Palette
Discover the beautiful Earthy Reverie color palette featuring soya bean (#6a5a4d), leather (#9b7d5f), bison hide (#c1b79f), hampton (#e7d5b1) and black (#000000).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Earthy Reverie palette
💻 Earthy Reverie color palette CSS
/* CSS */
.color-1 {
color: #6a5a4d;
}
.color-2 {
color: #9b7d5f;
}
.color-3 {
color: #c1b79f;
}
.color-4 {
color: #e7d5b1;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #6a5a4d;
--color-2: #9b7d5f;
--color-3: #c1b79f;
--color-4: #e7d5b1;
--color-5: #000000;
} 🌈 Earthy Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5a4d, #9b7d5f, #c1b79f, #e7d5b1, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5a4d, #9b7d5f, #c1b79f, #e7d5b1, #000000);
} 🔗 Explore similar color palettes
Earthy Reverie color palette created on .