Shades of Green and Orange Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Orange palette
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);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Brillante
Shades of Green and Orange color palette created on .