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