Vibrant Millenia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Millenia palette
Vibrant Millenia color palette CSS
/* CSS */
.color-1 {
color: #ffbf52;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #ff3d98;
}
.color-5 {
color: #3d5aff;
}
/* CSS Variables */
:root {
--color-1: #ffbf52;
--color-2: #ff7e3d;
--color-3: #ff3b38;
--color-4: #ff3d98;
--color-5: #3d5aff;
}
Vibrant Millenia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf52, #ff7e3d, #ff3b38, #ff3d98, #3d5aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf52, #ff7e3d, #ff3b38, #ff3d98, #3d5aff);
}
Similar color palettes
Vibrant Millenia color palette created on .