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 PNG image

Download crimson elegance color palette PNG image (landscape)
Download crimson elegance color palette PNG image (square)

Crimson Elegance color palette CSS

/* CSS */
.color-1 {
color: #3d1f3c;
}
.color-2 {
color: #7b4b8b;
}
.color-3 {
color: #b27bb2;
}
.color-4 {
color: #c04939;
}
.color-5 {
color: #a73939;
}

/* CSS Variables */
:root {
--color-1: #3d1f3c;
--color-2: #7b4b8b;
--color-3: #b27bb2;
--color-4: #c04939;
--color-5: #a73939;
}

Crimson Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1f3c, #7b4b8b, #b27bb2, #c04939, #a73939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1f3c, #7b4b8b, #b27bb2, #c04939, #a73939);
}

Crimson Elegance color palette created on .