Vibrant Illusions Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Illusions palette
Vibrant Illusions color palette PNG image
Vibrant Illusions color palette CSS
/* CSS */
.color-1 {
color: #ffc105;
}
.color-2 {
color: #ff5724;
}
.color-3 {
color: #681b98;
}
.color-4 {
color: #1975d2;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #ffc105;
--color-2: #ff5724;
--color-3: #681b98;
--color-4: #1975d2;
--color-5: #4cae4f;
}
Vibrant Illusions background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc105, #ff5724, #681b98, #1975d2, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc105, #ff5724, #681b98, #1975d2, #4cae4f);
}
Similar color palettes
Vibrant Illusions color palette created on .