Paleta de colores Embers and Sprouts
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Embers and Sprouts palette
CSS de la paleta de colores Embers and Sprouts
/* CSS */
.color-1 {
color: #e64919;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #b0eb00;
}
.color-5 {
color: #398e3d;
}
/* CSS Variables */
:root {
--color-1: #e64919;
--color-2: #ffb84d;
--color-3: #ffea00;
--color-4: #b0eb00;
--color-5: #398e3d;
}
CSS del degradado de fondo Embers and Sprouts
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e64919, #ffb84d, #ffea00, #b0eb00, #398e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e64919, #ffb84d, #ffea00, #b0eb00, #398e3d);
}
Paletas de colores similares
Embers and Sprouts color palette created on .