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: #a76c92;
}
.color-2 {
color: #e3a6b2;
}
.color-3 {
color: #f6cbd4;
}
.color-4 {
color: #d7b7e1;
}
.color-5 {
color: #a669bf;
}

/* CSS Variables */
:root {
--color-1: #a76c92;
--color-2: #e3a6b2;
--color-3: #f6cbd4;
--color-4: #d7b7e1;
--color-5: #a669bf;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c92, #e3a6b2, #f6cbd4, #d7b7e1, #a669bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c92, #e3a6b2, #f6cbd4, #d7b7e1, #a669bf);
}

Pink Shades color palette created on .