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: #5a2b3a;
}
.color-2 {
color: #4a1c25;
}
.color-3 {
color: #7e3a3e;
}
.color-4 {
color: #c45a5f;
}
.color-5 {
color: #f2b7b0;
}

/* CSS Variables */
:root {
--color-1: #5a2b3a;
--color-2: #4a1c25;
--color-3: #7e3a3e;
--color-4: #c45a5f;
--color-5: #f2b7b0;
}

Crimson Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2b3a, #4a1c25, #7e3a3e, #c45a5f, #f2b7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2b3a, #4a1c25, #7e3a3e, #c45a5f, #f2b7b0);
}

Crimson Elegance color palette created on .