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: #f7d3a1;
}
.color-2 {
color: #f6a2b0;
}
.color-3 {
color: #d68fcb;
}
.color-4 {
color: #a57cda;
}
.color-5 {
color: #699bd8;
}
/* CSS Variables */
:root {
--color-1: #f7d3a1;
--color-2: #f6a2b0;
--color-3: #d68fcb;
--color-4: #a57cda;
--color-5: #699bd8;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d3a1, #f6a2b0, #d68fcb, #a57cda, #699bd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d3a1, #f6a2b0, #d68fcb, #a57cda, #699bd8);
}
Paletas de colores similares
Shades of Pink color palette created on .