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: #f1c6c0;
}
.color-2 {
color: #e9bab4;
}
.color-3 {
color: #d69ea3;
}
.color-4 {
color: #c88d9c;
}
.color-5 {
color: #b67c92;
}

/* CSS Variables */
:root {
--color-1: #f1c6c0;
--color-2: #e9bab4;
--color-3: #d69ea3;
--color-4: #c88d9c;
--color-5: #b67c92;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6c0, #e9bab4, #d69ea3, #c88d9c, #b67c92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6c0, #e9bab4, #d69ea3, #c88d9c, #b67c92);
}

Shades of Pink color palette created on .