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: #f0e3d6;
}
.color-2 {
color: #e6b3c2;
}
.color-3 {
color: #d48cba;
}
.color-4 {
color: #b77b9d;
}
.color-5 {
color: #8e5d7a;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #e6b3c2;
--color-3: #d48cba;
--color-4: #b77b9d;
--color-5: #8e5d7a;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #e6b3c2, #d48cba, #b77b9d, #8e5d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #e6b3c2, #d48cba, #b77b9d, #8e5d7a);
}

Pink Shades color palette created on .