Vivid Veil Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vivid Veil palette
Vivid Veil color palette PNG image
Vivid Veil color palette CSS
/* CSS */
.color-1 {
color: #c2a3e0;
}
.color-2 {
color: #9d6bb8;
}
.color-3 {
color: #6c4b9b;
}
.color-4 {
color: #4e2d7b;
}
.color-5 {
color: #3f1f65;
}
/* CSS Variables */
:root {
--color-1: #c2a3e0;
--color-2: #9d6bb8;
--color-3: #6c4b9b;
--color-4: #4e2d7b;
--color-5: #3f1f65;
}
Vivid Veil background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a3e0, #9d6bb8, #6c4b9b, #4e2d7b, #3f1f65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a3e0, #9d6bb8, #6c4b9b, #4e2d7b, #3f1f65);
}
Similar color palettes
Scroll down to explore 40+ Purple color palettes
Vivid Veil color palette created on .