Vivid Velvet Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vivid Velvet Dreams palette
Vivid Velvet Dreams color palette CSS
/* CSS */
.color-1 {
color: #e515bb;
}
.color-2 {
color: #ec041f;
}
.color-3 {
color: #960bbc;
}
.color-4 {
color: #ca025f;
}
.color-5 {
color: #7a0565;
}
/* CSS Variables */
:root {
--color-1: #e515bb;
--color-2: #ec041f;
--color-3: #960bbc;
--color-4: #ca025f;
--color-5: #7a0565;
}
Vivid Velvet Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e515bb, #ec041f, #960bbc, #ca025f, #7a0565);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e515bb, #ec041f, #960bbc, #ca025f, #7a0565);
}
Similar color palettes
Vivid Velvet Dreams color palette created on .