Vibrant Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori Vibrant Blue (PNG)

Download vibrant blue color palette PNG image (landscape)
Download vibrant blue color palette PNG image (square)

tavolozza dei colori Vibrant Blue CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ffbe33;
}
.color-3 {
color: #33ff58;
}
.color-4 {
color: #3358ff;
}
.color-5 {
color: #333333;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ffbe33;
--color-3: #33ff58;
--color-4: #3358ff;
--color-5: #333333;
}

CSS con gradiente di sfondo Vibrant Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ffbe33, #33ff58, #3358ff, #333333);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ffbe33, #33ff58, #3358ff, #333333);
}

Vibrant Blue color palette created on .