Dark Velvet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Velvet palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Velvet Color Palette (PNG)
Dark Velvet color palette CSS
/* CSS */
.color-1 {
color: #5b2a49;
}
.color-2 {
color: #4f1c2b;
}
.color-3 {
color: #3c2a4c;
}
.color-4 {
color: #301d2d;
}
.color-5 {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--color-1: #5b2a49;
--color-2: #4f1c2b;
--color-3: #3c2a4c;
--color-4: #301d2d;
--color-5: #1a1a1a;
}
Dark Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2a49, #4f1c2b, #3c2a4c, #301d2d, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2a49, #4f1c2b, #3c2a4c, #301d2d, #1a1a1a);
}
Similar color palettes
Dark Velvet color palette created on .