Vibrant Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Condividi questa palette a:

tavolozza dei colori Vibrant Blue CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #7178f9;
}
.color-3 {
color: #2ab8cb;
}
.color-4 {
color: #ffce52;
}
.color-5 {
color: #ef7d1f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #7178f9;
--color-3: #2ab8cb;
--color-4: #ffce52;
--color-5: #ef7d1f;
}

CSS con gradiente di sfondo Vibrant Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #7178f9, #2ab8cb, #ffce52, #ef7d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #7178f9, #2ab8cb, #ffce52, #ef7d1f);
}

Vibrant Blue color palette created on .