Crimson Noir Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Noir palette

Share this palette to:

Crimson Noir color palette CSS

/* CSS */
.color-1 {
color: #b42222;
}
.color-2 {
color: #ff0000;
}
.color-3 {
color: #a62b2b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #b42222;
--color-2: #ff0000;
--color-3: #a62b2b;
--color-4: #ffd900;
--color-5: #000000;
}

Crimson Noir background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42222, #ff0000, #a62b2b, #ffd900, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42222, #ff0000, #a62b2b, #ffd900, #000000);
}

Crimson Noir color palette created on .