Veiled Vibrance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Veiled Vibrance palette
Veiled Vibrance color palette CSS
/* CSS */
.color-1 {
color: #fbc94b;
}
.color-2 {
color: #f29e4a;
}
.color-3 {
color: #f37f58;
}
.color-4 {
color: #c84c79;
}
.color-5 {
color: #8a4b9b;
}
/* CSS Variables */
:root {
--color-1: #fbc94b;
--color-2: #f29e4a;
--color-3: #f37f58;
--color-4: #c84c79;
--color-5: #8a4b9b;
}
Veiled Vibrance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc94b, #f29e4a, #f37f58, #c84c79, #8a4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc94b, #f29e4a, #f37f58, #c84c79, #8a4b9b);
}
Similar color palettes
Veiled Vibrance color palette created on .