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: #e77f7e;
}
.color-2 {
color: #f3b06d;
}
.color-3 {
color: #f2daa6;
}
.color-4 {
color: #a7d4a1;
}
.color-5 {
color: #7ac7b1;
}

/* CSS Variables */
:root {
--color-1: #e77f7e;
--color-2: #f3b06d;
--color-3: #f2daa6;
--color-4: #a7d4a1;
--color-5: #7ac7b1;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e77f7e, #f3b06d, #f2daa6, #a7d4a1, #7ac7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e77f7e, #f3b06d, #f2daa6, #a7d4a1, #7ac7b1);
}

Shades of Pink color palette created on .