Vibrant Maverick Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Maverick palette

Condividi questa palette a:

tavolozza dei colori Vibrant Maverick 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;
}

CSS con gradiente di sfondo 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);
}

Vibrant Maverick color palette created on .