Luminous Verdancy Color Palette
Discover the beautiful Luminous Verdancy color palette featuring atlantis (#b0c82d), atlantis (#a2b72a), citron (#8a9d20), trendy green (#7c8f1e) and pacifika (#6d7d1c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Luminous Verdancy palette
💻 Luminous Verdancy color palette CSS
/* CSS */
.color-1 {
color: #b0c82d;
}
.color-2 {
color: #a2b72a;
}
.color-3 {
color: #8a9d20;
}
.color-4 {
color: #7c8f1e;
}
.color-5 {
color: #6d7d1c;
}
/* CSS Variables */
:root {
--color-1: #b0c82d;
--color-2: #a2b72a;
--color-3: #8a9d20;
--color-4: #7c8f1e;
--color-5: #6d7d1c;
} 🌈 Luminous Verdancy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c82d, #a2b72a, #8a9d20, #7c8f1e, #6d7d1c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c82d, #a2b72a, #8a9d20, #7c8f1e, #6d7d1c);
} 🔗 Explore similar color palettes
Luminous Verdancy color palette created on .