Velvet Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Velvet Blossom palette

Share this palette to:

Velvet Blossom color palette CSS

/* CSS */
.color-1 {
color: #823077;
}
.color-2 {
color: #a45b8d;
}
.color-3 {
color: #c68b9e;
}
.color-4 {
color: #e3b5c6;
}
.color-5 {
color: #f5d1df;
}

/* CSS Variables */
:root {
--color-1: #823077;
--color-2: #a45b8d;
--color-3: #c68b9e;
--color-4: #e3b5c6;
--color-5: #f5d1df;
}

Velvet Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #823077, #a45b8d, #c68b9e, #e3b5c6, #f5d1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #823077, #a45b8d, #c68b9e, #e3b5c6, #f5d1df);
}

Velvet Blossom color palette created on .