Velvet Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Velvet Elegance palette

Share this palette to:

Velvet Elegance color palette CSS

/* CSS */
.color-1 {
color: #5e2b4a;
}
.color-2 {
color: #a95b7d;
}
.color-3 {
color: #e6b2c2;
}
.color-4 {
color: #f9d8c3;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #5e2b4a;
--color-2: #a95b7d;
--color-3: #e6b2c2;
--color-4: #f9d8c3;
--color-5: #f9b1ae;
}

Velvet Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b4a, #a95b7d, #e6b2c2, #f9d8c3, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b4a, #a95b7d, #e6b2c2, #f9d8c3, #f9b1ae);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Velvet Elegance color palette created on .