Paleta de colores Vibrant Blue Spring

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Blue Spring palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Blue Spring (PNG)

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

CSS de la paleta de colores Vibrant Blue Spring

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