Calamity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calamity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Calamity Color Palette (PNG)
Calamity color palette CSS
/* CSS */
.color-1 {
color: #8d2a5f;
}
.color-2 {
color: #c44f6c;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f2e9ca;
}
.color-5 {
color: #2d7f8f;
}
/* CSS Variables */
:root {
--color-1: #8d2a5f;
--color-2: #c44f6c;
--color-3: #f6b83c;
--color-4: #f2e9ca;
--color-5: #2d7f8f;
}
Calamity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d2a5f, #c44f6c, #f6b83c, #f2e9ca, #2d7f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d2a5f, #c44f6c, #f6b83c, #f2e9ca, #2d7f8f);
}
Similar color palettes
Scroll down to explore 1000+ colors.calamity color palettes
Calamity color palette created on .