Paleta de colores Shades of Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Pink

/* CSS */
.color-1 {
color: #bfa8a1;
}
.color-2 {
color: #e7c8c5;
}
.color-3 {
color: #f4e4e1;
}
.color-4 {
color: #f9dad7;
}
.color-5 {
color: #c9b2b0;
}

/* CSS Variables */
:root {
--color-1: #bfa8a1;
--color-2: #e7c8c5;
--color-3: #f4e4e1;
--color-4: #f9dad7;
--color-5: #c9b2b0;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa8a1, #e7c8c5, #f4e4e1, #f9dad7, #c9b2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa8a1, #e7c8c5, #f4e4e1, #f9dad7, #c9b2b0);
}

Shades of Pink color palette created on .