Paleta de colores Shades of Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pink palette
CSS de la paleta de colores Shades of Pink
/* CSS */
.color-1 {
color: #f5d6a3;
}
.color-2 {
color: #f0b19e;
}
.color-3 {
color: #d17a9c;
}
.color-4 {
color: #a65e8e;
}
.color-5 {
color: #793978;
}
/* CSS Variables */
:root {
--color-1: #f5d6a3;
--color-2: #f0b19e;
--color-3: #d17a9c;
--color-4: #a65e8e;
--color-5: #793978;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6a3, #f0b19e, #d17a9c, #a65e8e, #793978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6a3, #f0b19e, #d17a9c, #a65e8e, #793978);
}
Paletas de colores similares
Shades of Pink color palette created on .