Calamity Color Palette
Discover the beautiful Calamity color palette featuring camelot (#8d2a5f), fuzzy wuzzy brown (#c44f6c), saffron (#f6b83c), wheatfield (#f2e9c9) and calypso (#2d7f8f).
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 Calamity palette
💻 Calamity color palette CSS
/* CSS */
.color-1 {
color: #8d2a5f;
}
.color-2 {
color: #c44f6c;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f2e9c9;
}
.color-5 {
color: #2d7f8f;
}
/* CSS Variables */
:root {
--color-1: #8d2a5f;
--color-2: #c44f6c;
--color-3: #f6b83c;
--color-4: #f2e9c9;
--color-5: #2d7f8f;
} 🌈 Calamity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d2a5f, #c44f6c, #f6b83c, #f2e9c9, #2d7f8f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d2a5f, #c44f6c, #f6b83c, #f2e9c9, #2d7f8f);
} 🔗 Explore similar color palettes
Calamity color palette created on .