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: #e92b2e;
}
.color-2 {
color: #b83d3f;
}
.color-3 {
color: #8f8f8f;
}
.color-4 {
color: #4d4c4d;
}
.color-5 {
color: #2c2a2b;
}

/* CSS Variables */
:root {
--color-1: #e92b2e;
--color-2: #b83d3f;
--color-3: #8f8f8f;
--color-4: #4d4c4d;
--color-5: #2c2a2b;
}

Crimson Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92b2e, #b83d3f, #8f8f8f, #4d4c4d, #2c2a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92b2e, #b83d3f, #8f8f8f, #4d4c4d, #2c2a2b);
}

Crimson Elegance color palette created on .