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: #d2c9c6;
}
.color-2 {
color: #c0b3af;
}
.color-3 {
color: #a98f8e;
}
.color-4 {
color: #f1b3a2;
}
.color-5 {
color: #e67e7a;
}

/* CSS Variables */
:root {
--color-1: #d2c9c6;
--color-2: #c0b3af;
--color-3: #a98f8e;
--color-4: #f1b3a2;
--color-5: #e67e7a;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c9c6, #c0b3af, #a98f8e, #f1b3a2, #e67e7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c9c6, #c0b3af, #a98f8e, #f1b3a2, #e67e7a);
}

Shades of Pink color palette created on .