Paleta de colores Bella
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bella palette
Imagen PNG de la paleta de colores Bella
CSS de la paleta de colores Bella
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4cac8;
}
.color-3 {
color: #f7e2d9;
}
.color-4 {
color: #f9d4b4;
}
.color-5 {
color: #f6b35a;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4cac8;
--color-3: #f7e2d9;
--color-4: #f9d4b4;
--color-5: #f6b35a;
}
CSS del degradado de fondo Bella
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4cac8, #f7e2d9, #f9d4b4, #f6b35a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4cac8, #f7e2d9, #f9d4b4, #f6b35a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Bella color palette created on .