Paleta de colores Blue Love

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Love palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Love (PNG)

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

CSS de la paleta de colores Blue Love

/* CSS */
.color-1 {
color: #94bef5;
}
.color-2 {
color: #addffa;
}
.color-3 {
color: #beecf9;
}
.color-4 {
color: #d7f3f9;
}
.color-5 {
color: #f2fbfd;
}

/* CSS Variables */
:root {
--color-1: #94bef5;
--color-2: #addffa;
--color-3: #beecf9;
--color-4: #d7f3f9;
--color-5: #f2fbfd;
}

CSS del degradado de fondo Blue Love

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94bef5, #addffa, #beecf9, #d7f3f9, #f2fbfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94bef5, #addffa, #beecf9, #d7f3f9, #f2fbfd);
}

Blue Love color palette created on .