Crimson Depths Color Palette
Discover the beautiful Crimson Depths color palette featuring solid pink (#89343e), buccaneer (#682a33), cocoa bean (#4d1f25), tamarind (#301417) and night rider (#160909).
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: #89343e;
}
.color-2 {
color: #682a33;
}
.color-3 {
color: #4d1f25;
}
.color-4 {
color: #301417;
}
.color-5 {
color: #160909;
}
/* CSS Variables */
:root {
--color-1: #89343e;
--color-2: #682a33;
--color-3: #4d1f25;
--color-4: #301417;
--color-5: #160909;
} 🌈 Crimson Depths background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89343e, #682a33, #4d1f25, #301417, #160909);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89343e, #682a33, #4d1f25, #301417, #160909);
} 🔗 Explore similar color palettes
Crimson Depths color palette created on .