Paleta de colores Blue Spring

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Spring palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Spring (PNG)

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

CSS de la paleta de colores Blue Spring

/* 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 del degradado de fondo 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 .