Crimson Depths Color Palette
Discover the beautiful Crimson Depths color palette featuring maroon flush (#c32061), maroon flush (#af1e5b), disco (#a11f5d), disco (#851c54) and wine berry (#591849).
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 Crimson Depths palette
💻 Crimson Depths color palette CSS
/* CSS */
.color-1 {
color: #c32061;
}
.color-2 {
color: #af1e5b;
}
.color-3 {
color: #a11f5d;
}
.color-4 {
color: #851c54;
}
.color-5 {
color: #591849;
}
/* CSS Variables */
:root {
--color-1: #c32061;
--color-2: #af1e5b;
--color-3: #a11f5d;
--color-4: #851c54;
--color-5: #591849;
} 🌈 Crimson Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c32061, #af1e5b, #a11f5d, #851c54, #591849);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c32061, #af1e5b, #a11f5d, #851c54, #591849);
} 🔗 Explore similar color palettes
Crimson Depths color palette created on .