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: #d05d7c;
}
.color-2 {
color: #ef7b89;
}
.color-3 {
color: #f5a8b4;
}
.color-4 {
color: #f2c0c8;
}
.color-5 {
color: #f4e1e7;
}

/* CSS Variables */
:root {
--color-1: #d05d7c;
--color-2: #ef7b89;
--color-3: #f5a8b4;
--color-4: #f2c0c8;
--color-5: #f4e1e7;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d05d7c, #ef7b89, #f5a8b4, #f2c0c8, #f4e1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d05d7c, #ef7b89, #f5a8b4, #f2c0c8, #f4e1e7);
}

Shades of Pink color palette created on .