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: #f6e6d5;
}
.color-2 {
color: #f1bfb7;
}
.color-3 {
color: #f29c9d;
}
.color-4 {
color: #d87d79;
}
.color-5 {
color: #bf544a;
}

/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #f1bfb7;
--color-3: #f29c9d;
--color-4: #d87d79;
--color-5: #bf544a;
}

CSS del degradado de fondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #f1bfb7, #f29c9d, #d87d79, #bf544a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #f1bfb7, #f29c9d, #d87d79, #bf544a);
}

Pink Shades color palette created on .