Vibrant Maverick Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Maverick palette
Vibrant Maverick color palette CSS
/* CSS */
.color-1 {
color: #fbae41;
}
.color-2 {
color: #f26969;
}
.color-3 {
color: #e04c38;
}
.color-4 {
color: #d33c82;
}
.color-5 {
color: #4e92b1;
}
/* CSS Variables */
:root {
--color-1: #fbae41;
--color-2: #f26969;
--color-3: #e04c38;
--color-4: #d33c82;
--color-5: #4e92b1;
}
Vibrant Maverick background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbae41, #f26969, #e04c38, #d33c82, #4e92b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbae41, #f26969, #e04c38, #d33c82, #4e92b1);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Vibrant Maverick color palette created on .