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: #f7c3c0;
}
.color-2 {
color: #9b7b9d;
}
.color-3 {
color: #7cb1a3;
}
.color-4 {
color: #4f9c92;
}
.color-5 {
color: #f0b92d;
}

/* CSS Variables */
:root {
--color-1: #f7c3c0;
--color-2: #9b7b9d;
--color-3: #7cb1a3;
--color-4: #4f9c92;
--color-5: #f0b92d;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c3c0, #9b7b9d, #7cb1a3, #4f9c92, #f0b92d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c3c0, #9b7b9d, #7cb1a3, #4f9c92, #f0b92d);
}

Shades of Pink color palette created on .