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: #e2a1c5;
}
.color-2 {
color: #d378b2;
}
.color-3 {
color: #b04a8c;
}
.color-4 {
color: #8c2b66;
}
.color-5 {
color: #5b1a4b;
}

/* CSS Variables */
:root {
--color-1: #e2a1c5;
--color-2: #d378b2;
--color-3: #b04a8c;
--color-4: #8c2b66;
--color-5: #5b1a4b;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a1c5, #d378b2, #b04a8c, #8c2b66, #5b1a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a1c5, #d378b2, #b04a8c, #8c2b66, #5b1a4b);
}

Shades of Pink color palette created on .