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: #5f2b2c;
}
.color-2 {
color: #9e4c4e;
}
.color-3 {
color: #d1867a;
}
.color-4 {
color: #f4c3b3;
}
.color-5 {
color: #f9e5e1;
}

/* CSS Variables */
:root {
--color-1: #5f2b2c;
--color-2: #9e4c4e;
--color-3: #d1867a;
--color-4: #f4c3b3;
--color-5: #f9e5e1;
}

Crimson Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f2b2c, #9e4c4e, #d1867a, #f4c3b3, #f9e5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f2b2c, #9e4c4e, #d1867a, #f4c3b3, #f9e5e1);
}

Crimson Elegance color palette created on .