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: #f9b1ae;
}
.color-2 {
color: #f5d999;
}
.color-3 {
color: #b2e2a7;
}
.color-4 {
color: #a3c6e0;
}
.color-5 {
color: #6a99c8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f5d999;
--color-3: #b2e2a7;
--color-4: #a3c6e0;
--color-5: #6a99c8;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f5d999, #b2e2a7, #a3c6e0, #6a99c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f5d999, #b2e2a7, #a3c6e0, #6a99c8);
}

Shades of Pink color palette created on .