Crimson Clash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Clash palette

Share this palette to:

Crimson Clash color palette CSS

/* CSS */
.color-1 {
color: #a01326;
}
.color-2 {
color: #b11625;
}
.color-3 {
color: #be4519;
}
.color-4 {
color: #ca7b1c;
}
.color-5 {
color: #1dd7b8;
}

/* CSS Variables */
:root {
--color-1: #a01326;
--color-2: #b11625;
--color-3: #be4519;
--color-4: #ca7b1c;
--color-5: #1dd7b8;
}

Crimson Clash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a01326, #b11625, #be4519, #ca7b1c, #1dd7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a01326, #b11625, #be4519, #ca7b1c, #1dd7b8);
}

Similar color palettes

Crimson Clash color palette created on .