Paleta de colores Black and Pastels
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Black and Pastels palette
CSS de la paleta de colores Black and Pastels
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #b1f7f2;
}
.color-3 {
color: #ffebeb;
}
.color-4 {
color: #ffff9e;
}
.color-5 {
color: #a3ffb3;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #b1f7f2;
--color-3: #ffebeb;
--color-4: #ffff9e;
--color-5: #a3ffb3;
}
CSS del degradado de fondo Black and Pastels
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #b1f7f2, #ffebeb, #ffff9e, #a3ffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #b1f7f2, #ffebeb, #ffff9e, #a3ffb3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Negro
Black and Pastels color palette created on .