Paleta de colores Vibrant Maverick
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Maverick palette
CSS de la paleta de colores Vibrant Maverick
/* 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;
}
CSS del degradado de fondo Vibrant Maverick
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Vibrant Maverick color palette created on .