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