Crimson Sparkle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Sparkle palette

Share this palette to:

Crimson Sparkle color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #ef6c6e;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffb85c;
}
.color-5 {
color: #ffcb3d;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #ef6c6e;
--color-3: #ff998a;
--color-4: #ffb85c;
--color-5: #ffcb3d;
}

Crimson Sparkle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #ef6c6e, #ff998a, #ffb85c, #ffcb3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #ef6c6e, #ff998a, #ffb85c, #ffcb3d);
}

Crimson Sparkle color palette created on .