Futuristic Velvet Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Futuristic Velvet Dream palette
Futuristic Velvet Dream color palette CSS
/* CSS */
.color-1 {
color: #5f4c90;
}
.color-2 {
color: #8b6cb2;
}
.color-3 {
color: #c5a5d5;
}
.color-4 {
color: #f4c3e2;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #5f4c90;
--color-2: #8b6cb2;
--color-3: #c5a5d5;
--color-4: #f4c3e2;
--color-5: #ff7092;
}
Futuristic Velvet Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4c90, #8b6cb2, #c5a5d5, #f4c3e2, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4c90, #8b6cb2, #c5a5d5, #f4c3e2, #ff7092);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Futuristic Velvet Dream color palette created on .