Whispers of Velvet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Velvet palette

Share this palette to:

Whispers of Velvet color palette CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #f8d0a0;
}
.color-5 {
color: #e36872;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #a77ccb;
--color-3: #eab8e4;
--color-4: #f8d0a0;
--color-5: #e36872;
}

Whispers of Velvet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #a77ccb, #eab8e4, #f8d0a0, #e36872);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #a77ccb, #eab8e4, #f8d0a0, #e36872);
}

Whispers of Velvet color palette created on .