Shades of Green and Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green and Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Green and Orange CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #dab94e;
}
.color-3 {
color: #e0893e;
}
.color-4 {
color: #e06b38;
}
.color-5 {
color: #a4392d;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #dab94e;
--color-3: #e0893e;
--color-4: #e06b38;
--color-5: #a4392d;
}

CSS con gradiente di sfondo Shades of Green and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #dab94e, #e0893e, #e06b38, #a4392d);
}

Shades of Green and Orange color palette created on .