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: #f8c8c4;
}
.color-2 {
color: #f2a6b4;
}
.color-3 {
color: #e28d9d;
}
.color-4 {
color: #d48c9a;
}
.color-5 {
color: #c67b8a;
}

/* CSS Variables */
:root {
--color-1: #f8c8c4;
--color-2: #f2a6b4;
--color-3: #e28d9d;
--color-4: #d48c9a;
--color-5: #c67b8a;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8c4, #f2a6b4, #e28d9d, #d48c9a, #c67b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8c4, #f2a6b4, #e28d9d, #d48c9a, #c67b8a);
}

Pink Shades color palette created on .