Paleta de colores Light Pink Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Light Pink Blue

/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #a2d2e2;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #f5d870;
--color-3: #f2e2a1;
--color-4: #a2d2e2;
--color-5: #6b9cd1;
}

CSS del degradado de fondo Light Pink Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #f5d870, #f2e2a1, #a2d2e2, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #f5d870, #f2e2a1, #a2d2e2, #6b9cd1);
}

Light Pink Blue color palette created on .