Crimson Elegy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Elegy palette

Share this palette to:

Crimson Elegy color palette CSS

/* CSS */
.color-1 {
color: #5b2d80;
}
.color-2 {
color: #a14a8c;
}
.color-3 {
color: #d5897c;
}
.color-4 {
color: #f6b7a2;
}
.color-5 {
color: #feeab9;
}

/* CSS Variables */
:root {
--color-1: #5b2d80;
--color-2: #a14a8c;
--color-3: #d5897c;
--color-4: #f6b7a2;
--color-5: #feeab9;
}

Crimson Elegy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2d80, #a14a8c, #d5897c, #f6b7a2, #feeab9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2d80, #a14a8c, #d5897c, #f6b7a2, #feeab9);
}

Crimson Elegy color palette created on .