Paleta de colores Light Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Light Pink

/* CSS */
.color-1 {
color: #f5b3ff;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #c69fc6;
}
.color-4 {
color: #a6d5e3;
}
.color-5 {
color: #69c9b6;
}

/* CSS Variables */
:root {
--color-1: #f5b3ff;
--color-2: #eab8e4;
--color-3: #c69fc6;
--color-4: #a6d5e3;
--color-5: #69c9b6;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b3ff, #eab8e4, #c69fc6, #a6d5e3, #69c9b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b3ff, #eab8e4, #c69fc6, #a6d5e3, #69c9b6);
}

Light Pink color palette created on .