Crimson Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Elegance palette

Share this palette to:

Crimson Elegance color palette CSS

/* CSS */
.color-1 {
color: #982a2c;
}
.color-2 {
color: #c64e50;
}
.color-3 {
color: #e77e7f;
}
.color-4 {
color: #f3b8b4;
}
.color-5 {
color: #e6c1c3;
}

/* CSS Variables */
:root {
--color-1: #982a2c;
--color-2: #c64e50;
--color-3: #e77e7f;
--color-4: #f3b8b4;
--color-5: #e6c1c3;
}

Crimson Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #982a2c, #c64e50, #e77e7f, #f3b8b4, #e6c1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #982a2c, #c64e50, #e77e7f, #f3b8b4, #e6c1c3);
}

Similar color palettes

Crimson Elegance color palette created on .