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: #ffffff;
}
.color-2 {
color: #f0e0d1;
}
.color-3 {
color: #e2b2a1;
}
.color-4 {
color: #d57b8c;
}
.color-5 {
color: #c15c8d;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e0d1;
--color-3: #e2b2a1;
--color-4: #d57b8c;
--color-5: #c15c8d;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e0d1, #e2b2a1, #d57b8c, #c15c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e0d1, #e2b2a1, #d57b8c, #c15c8d);
}

Shades of Pink color palette created on .