Crimson Cheer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Cheer palette

Share this palette to:

Crimson Cheer color palette CSS

/* CSS */
.color-1 {
color: #a80022;
}
.color-2 {
color: #d60032;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #f9b548;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #a80022;
--color-2: #d60032;
--color-3: #e13e33;
--color-4: #f9b548;
--color-5: #f2f2f2;
}

Crimson Cheer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a80022, #d60032, #e13e33, #f9b548, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a80022, #d60032, #e13e33, #f9b548, #f2f2f2);
}

Crimson Cheer color palette created on .