Paleta de colores Pink Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Shades

/* CSS */
.color-1 {
color: #ed7dae;
}
.color-2 {
color: #f2a1c4;
}
.color-3 {
color: #f6c1d1;
}
.color-4 {
color: #f7e8ea;
}
.color-5 {
color: #f4d2d6;
}

/* CSS Variables */
:root {
--color-1: #ed7dae;
--color-2: #f2a1c4;
--color-3: #f6c1d1;
--color-4: #f7e8ea;
--color-5: #f4d2d6;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed7dae, #f2a1c4, #f6c1d1, #f7e8ea, #f4d2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed7dae, #f2a1c4, #f6c1d1, #f7e8ea, #f4d2d6);
}

Pink Shades color palette created on .