Embers and Sprouts Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Embers and Sprouts palette

Condividi questa palette a:

tavolozza dei colori Embers and Sprouts CSS

/* 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 con gradiente di sfondo 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);
}

Embers and Sprouts color palette created on .