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: #895b9a;
}
.color-2 {
color: #d39e9c;
}
.color-3 {
color: #f3c6a5;
}
.color-4 {
color: #ffdfb3;
}
.color-5 {
color: #ffc34d;
}

/* CSS Variables */
:root {
--color-1: #895b9a;
--color-2: #d39e9c;
--color-3: #f3c6a5;
--color-4: #ffdfb3;
--color-5: #ffc34d;
}

CSS del degradado de fondo Shades of Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b9a, #d39e9c, #f3c6a5, #ffdfb3, #ffc34d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b9a, #d39e9c, #f3c6a5, #ffdfb3, #ffc34d);
}

Shades of Pink color palette created on .