Carmine Dreams Color Palette
Discover the beautiful Carmine Dreams color palette featuring cherrywood (#661515), crown of thorns (#7d2628), tosca (#8c3b3c), copper rust (#974e4f) and au chico (#97595a).
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 Carmine Dreams palette
💻 Carmine Dreams color palette CSS
/* CSS */
.color-1 {
color: #661515;
}
.color-2 {
color: #7d2628;
}
.color-3 {
color: #8c3b3c;
}
.color-4 {
color: #974e4f;
}
.color-5 {
color: #97595a;
}
/* CSS Variables */
:root {
--color-1: #661515;
--color-2: #7d2628;
--color-3: #8c3b3c;
--color-4: #974e4f;
--color-5: #97595a;
} 🌈 Carmine Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #661515, #7d2628, #8c3b3c, #974e4f, #97595a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #661515, #7d2628, #8c3b3c, #974e4f, #97595a);
} 🔗 Explore similar color palettes
Carmine Dreams color palette created on .