Cavern Rosewood Color Palette
Discover the beautiful Cavern Rosewood color palette featuring cavern pink (#e3bfbf), careys pink (#d49b9b), old rose (#c67b7b), coral tree (#a76c6c) and copper rust (#8f4d4d).
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 Cavern Rosewood palette
💻 Cavern Rosewood color palette CSS
/* CSS */
.color-1 {
color: #e3bfbf;
}
.color-2 {
color: #d49b9b;
}
.color-3 {
color: #c67b7b;
}
.color-4 {
color: #a76c6c;
}
.color-5 {
color: #8f4d4d;
}
/* CSS Variables */
:root {
--color-1: #e3bfbf;
--color-2: #d49b9b;
--color-3: #c67b7b;
--color-4: #a76c6c;
--color-5: #8f4d4d;
} 🌈 Cavern Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3bfbf, #d49b9b, #c67b7b, #a76c6c, #8f4d4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3bfbf, #d49b9b, #c67b7b, #a76c6c, #8f4d4d);
} 🔗 Explore similar color palettes
Cavern Rosewood color palette created on .