Shades of Violet and Black Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Violet and Black palette
Shades of Violet and Black color palette CSS
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #5d4a82;
}
.color-3 {
color: #8b5c99;
}
.color-4 {
color: #b9a5d9;
}
.color-5 {
color: #d1c7e1;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #5d4a82;
--color-3: #8b5c99;
--color-4: #b9a5d9;
--color-5: #d1c7e1;
}
Shades of Violet and Black background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #5d4a82, #8b5c99, #b9a5d9, #d1c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #5d4a82, #8b5c99, #b9a5d9, #d1c7e1);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Shades of Violet and Black color palette created on .