Multiverse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Multiverse palette
Multiverse color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4a0080;
}
.color-3 {
color: #a400b3;
}
.color-4 {
color: #ff5100;
}
.color-5 {
color: #ffdd00;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a0080;
--color-3: #a400b3;
--color-4: #ff5100;
--color-5: #ffdd00;
}
Multiverse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a0080, #a400b3, #ff5100, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a0080, #a400b3, #ff5100, #ffdd00);
}
Similar color palettes
Multiverse color palette created on .