Paleta de colores Earthbound Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthbound Serenity palette
CSS de la paleta de colores Earthbound Serenity
/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #e3d3c0;
}
.color-3 {
color: #c1b09f;
}
.color-4 {
color: #a5a19c;
}
.color-5 {
color: #8a8b79;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #e3d3c0;
--color-3: #c1b09f;
--color-4: #a5a19c;
--color-5: #8a8b79;
}
CSS del degradado de fondo Earthbound Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #e3d3c0, #c1b09f, #a5a19c, #8a8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #e3d3c0, #c1b09f, #a5a19c, #8a8b79);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Earthbound Serenity color palette created on .