Claret Dream Color Palette
Discover the beautiful Claret Dream color palette featuring claret (#7d1734), night shadz (#a62b4c), chestnut rose (#d15c6d), manhattan (#f5a88e) and pancho (#f1d3b1).
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 Claret Dream palette
💻 Claret Dream color palette CSS
/* CSS */
.color-1 {
color: #7d1734;
}
.color-2 {
color: #a62b4c;
}
.color-3 {
color: #d15c6d;
}
.color-4 {
color: #f5a88e;
}
.color-5 {
color: #f1d3b1;
}
/* CSS Variables */
:root {
--color-1: #7d1734;
--color-2: #a62b4c;
--color-3: #d15c6d;
--color-4: #f5a88e;
--color-5: #f1d3b1;
} 🌈 Claret Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d1734, #a62b4c, #d15c6d, #f5a88e, #f1d3b1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d1734, #a62b4c, #d15c6d, #f5a88e, #f1d3b1);
} 🔗 Explore similar color palettes
Claret Dream color palette created on .