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: #a80035;
}
.color-2 {
color: #d60039;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffdf80;
}

/* CSS Variables */
:root {
--color-1: #a80035;
--color-2: #d60039;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #ffdf80;
}

Crimson Cheer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a80035, #d60039, #ff6e61, #ffb84d, #ffdf80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a80035, #d60039, #ff6e61, #ffb84d, #ffdf80);
}

Similar color palettes

Crimson Cheer color palette created on .