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: #f6eab6;
}
.color-2 {
color: #d5c7e6;
}
.color-3 {
color: #a7e2e1;
}
.color-4 {
color: #84d2b0;
}
.color-5 {
color: #f1c6d4;
}

/* CSS Variables */
:root {
--color-1: #f6eab6;
--color-2: #d5c7e6;
--color-3: #a7e2e1;
--color-4: #84d2b0;
--color-5: #f1c6d4;
}

CSS del degradado de fondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eab6, #d5c7e6, #a7e2e1, #84d2b0, #f1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eab6, #d5c7e6, #a7e2e1, #84d2b0, #f1c6d4);
}

Light Pink color palette created on .