Paleta de colores Pink Makeup

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Makeup palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Makeup

/* CSS */
.color-1 {
color: #f6c1c5;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #d7a7d3;
}
.color-4 {
color: #a1a4e8;
}
.color-5 {
color: #6fb5e7;
}

/* CSS Variables */
:root {
--color-1: #f6c1c5;
--color-2: #eab8d1;
--color-3: #d7a7d3;
--color-4: #a1a4e8;
--color-5: #6fb5e7;
}

CSS del degradado de fondo Pink Makeup

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1c5, #eab8d1, #d7a7d3, #a1a4e8, #6fb5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1c5, #eab8d1, #d7a7d3, #a1a4e8, #6fb5e7);
}

Pink Makeup color palette created on .