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: #f9e49f;
}
.color-2 {
color: #f7afa1;
}
.color-3 {
color: #d6808d;
}
.color-4 {
color: #a960a2;
}
.color-5 {
color: #6d4ebc;
}

/* CSS Variables */
:root {
--color-1: #f9e49f;
--color-2: #f7afa1;
--color-3: #d6808d;
--color-4: #a960a2;
--color-5: #6d4ebc;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e49f, #f7afa1, #d6808d, #a960a2, #6d4ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e49f, #f7afa1, #d6808d, #a960a2, #6d4ebc);
}

Shades of Pink color palette created on .