Paleta de colores Muted Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Muted Pink palette
CSS de la paleta de colores Muted Pink
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #e1b7d0;
}
.color-3 {
color: #d2e2f9;
}
.color-4 {
color: #b7e1d5;
}
.color-5 {
color: #f0e2a8;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #e1b7d0;
--color-3: #d2e2f9;
--color-4: #b7e1d5;
--color-5: #f0e2a8;
}
CSS del degradado de fondo Muted Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #e1b7d0, #d2e2f9, #b7e1d5, #f0e2a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #e1b7d0, #d2e2f9, #b7e1d5, #f0e2a8);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 70+ paletas de colores Pastel
Muted Pink color palette created on .