Calamity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calamity palette

Share this palette to:

Download Calamity Color Palette (PNG)

Download calamity color palette PNG image (landscape)
Download calamity color palette PNG image (square)

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);
}

Calamity color palette created on .