Green Dragonscale Color Palette

Discover the beautiful Green Dragonscale color palette featuring fruit salad (#4b9b4c), feijoa (#a4d58b), tusk (#e2f2b0), saffron mango (#f9c54e) and froly (#f46c6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Bright, Spring, Vibrant, Nature color palettes and combinations.

💡 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 Green Dragonscale palette

Share this palette to:

💻 Green Dragonscale color palette CSS

/* CSS */
.color-1 {
color: #4b9b4c;
}
.color-2 {
color: #a4d58b;
}
.color-3 {
color: #e2f2b0;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f46c6c;
}

/* CSS Variables */
:root {
--color-1: #4b9b4c;
--color-2: #a4d58b;
--color-3: #e2f2b0;
--color-4: #f9c54e;
--color-5: #f46c6c;
}

🌈 Green Dragonscale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b4c, #a4d58b, #e2f2b0, #f9c54e, #f46c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b4c, #a4d58b, #e2f2b0, #f9c54e, #f46c6c);
}

Green Dragonscale color palette created on .