Vibrant Surge Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Surge palette

Condividi questa palette a:

tavolozza dei colori Vibrant Surge CSS

/* CSS */
.color-1 {
color: #beff33;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #beff33;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #4b91e2;
--color-5: #f5a524;
}

CSS con gradiente di sfondo Vibrant Surge

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beff33, #ff6d1f, #ff3c00, #4b91e2, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beff33, #ff6d1f, #ff3c00, #4b91e2, #f5a524);
}

Vibrant Surge color palette created on .