Velvet Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Velvet Whispers palette
Velvet Whispers color palette CSS
/* CSS */
.color-1 {
color: #5c2e4f;
}
.color-2 {
color: #8b4b6b;
}
.color-3 {
color: #c57c8e;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #f5e2d1;
}
/* CSS Variables */
:root {
--color-1: #5c2e4f;
--color-2: #8b4b6b;
--color-3: #c57c8e;
--color-4: #eab8c9;
--color-5: #f5e2d1;
}
Velvet Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2e4f, #8b4b6b, #c57c8e, #eab8c9, #f5e2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2e4f, #8b4b6b, #c57c8e, #eab8c9, #f5e2d1);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Velvet Whispers color palette created on .