Blue Spring Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Spring palette

Condividi questa palette a:

Scarica la tavolozza dei colori Blue Spring (PNG)

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

tavolozza dei colori Blue Spring CSS

/* CSS */
.color-1 {
color: #4ea8e4;
}
.color-2 {
color: #6ed4d2;
}
.color-3 {
color: #8ef1c9;
}
.color-4 {
color: #b6f7a6;
}
.color-5 {
color: #f3fcb6;
}

/* CSS Variables */
:root {
--color-1: #4ea8e4;
--color-2: #6ed4d2;
--color-3: #8ef1c9;
--color-4: #b6f7a6;
--color-5: #f3fcb6;
}

CSS con gradiente di sfondo Blue Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ea8e4, #6ed4d2, #8ef1c9, #b6f7a6, #f3fcb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ea8e4, #6ed4d2, #8ef1c9, #b6f7a6, #f3fcb6);
}

Blue Spring color palette created on .