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: #ff4d88;
}
.color-2 {
color: #c62f6e;
}
.color-3 {
color: #9a0980;
}
.color-4 {
color: #6b0032;
}
.color-5 {
color: #381200;
}

/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #c62f6e;
--color-3: #9a0980;
--color-4: #6b0032;
--color-5: #381200;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #c62f6e, #9a0980, #6b0032, #381200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #c62f6e, #9a0980, #6b0032, #381200);
}

Pink Shades color palette created on .