Paleta de colores Blushing Marble
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Marble palette
CSS de la paleta de colores Blushing Marble
/* CSS */
.color-1 {
color: #f0b0a3;
}
.color-2 {
color: #f5c7b7;
}
.color-3 {
color: #f9e0c3;
}
.color-4 {
color: #e1a3b2;
}
.color-5 {
color: #dd5a67;
}
/* CSS Variables */
:root {
--color-1: #f0b0a3;
--color-2: #f5c7b7;
--color-3: #f9e0c3;
--color-4: #e1a3b2;
--color-5: #dd5a67;
}
CSS del degradado de fondo Blushing Marble
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b0a3, #f5c7b7, #f9e0c3, #e1a3b2, #dd5a67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b0a3, #f5c7b7, #f9e0c3, #e1a3b2, #dd5a67);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Estético
Blushing Marble color palette created on .