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: #a21a3c;
}
.color-2 {
color: #f45d76;
}
.color-3 {
color: #f9b1ae;
}
.color-4 {
color: #e7c1c6;
}
.color-5 {
color: #a1d0d9;
}

/* CSS Variables */
:root {
--color-1: #a21a3c;
--color-2: #f45d76;
--color-3: #f9b1ae;
--color-4: #e7c1c6;
--color-5: #a1d0d9;
}

Crimson Cheer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a21a3c, #f45d76, #f9b1ae, #e7c1c6, #a1d0d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a21a3c, #f45d76, #f9b1ae, #e7c1c6, #a1d0d9);
}

Crimson Cheer color palette created on .