Vibrant Blue Spring Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Blue Spring palette

Condividi questa palette a:

Scarica la tavolozza dei colori Vibrant Blue Spring (PNG)

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

tavolozza dei colori Vibrant Blue Spring CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #5b7f9f;
}
.color-3 {
color: #8db9d3;
}
.color-4 {
color: #f3a34f;
}
.color-5 {
color: #e64e3d;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #5b7f9f;
--color-3: #8db9d3;
--color-4: #f3a34f;
--color-5: #e64e3d;
}

CSS con gradiente di sfondo Vibrant Blue Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #5b7f9f, #8db9d3, #f3a34f, #e64e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #5b7f9f, #8db9d3, #f3a34f, #e64e3d);
}

Vibrant Blue Spring color palette created on .