Vibrant Multiverse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Multiverse palette
Vibrant Multiverse color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe8c;
}
.color-3 {
color: #3baee8;
}
.color-4 {
color: #f9d72f;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe8c;
--color-3: #3baee8;
--color-4: #f9d72f;
--color-5: #e94e77;
}
Vibrant Multiverse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe8c, #3baee8, #f9d72f, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe8c, #3baee8, #f9d72f, #e94e77);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Vibrant Multiverse color palette created on .