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: #f3b4c0;
}
.color-2 {
color: #f7d4ab;
}
.color-3 {
color: #f9e29f;
}
.color-4 {
color: #fdf6bf;
}
.color-5 {
color: #c0f7c0;
}

/* CSS Variables */
:root {
--color-1: #f3b4c0;
--color-2: #f7d4ab;
--color-3: #f9e29f;
--color-4: #fdf6bf;
--color-5: #c0f7c0;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c0, #f7d4ab, #f9e29f, #fdf6bf, #c0f7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c0, #f7d4ab, #f9e29f, #fdf6bf, #c0f7c0);
}

Pink Shades color palette created on .