Shades of Green and Purple Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Purple palette
tavolozza dei colori Shades of Green and Purple CSS
/* CSS */
.color-1 {
color: #a7d94a;
}
.color-2 {
color: #f2e96e;
}
.color-3 {
color: #d6a6e2;
}
.color-4 {
color: #a55f8e;
}
.color-5 {
color: #6a9a3c;
}
/* CSS Variables */
:root {
--color-1: #a7d94a;
--color-2: #f2e96e;
--color-3: #d6a6e2;
--color-4: #a55f8e;
--color-5: #6a9a3c;
}
CSS con gradiente di sfondo Shades of Green and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d94a, #f2e96e, #d6a6e2, #a55f8e, #6a9a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d94a, #f2e96e, #d6a6e2, #a55f8e, #6a9a3c);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 700+ tavolozzas di colori Brillante
Shades of Green and Purple color palette created on .