Regal Grove Color Palette

Discover the beautiful Regal Grove color palette featuring green kelp (#2d4b2a), chalet green (#50703e), asparagus (#8e9d58), deco (#d4e1a8) and rum swizzle (#f6f8e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Garden, Green, Light, Nature, Royal, Soft, Summer, Vibrant 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 Regal Grove palette

Share this palette to:

💻 Regal Grove color palette CSS

/* CSS */
.color-1 {
color: #2d4b2a;
}
.color-2 {
color: #50703e;
}
.color-3 {
color: #8e9d58;
}
.color-4 {
color: #d4e1a8;
}
.color-5 {
color: #f6f8e2;
}

/* CSS Variables */
:root {
--color-1: #2d4b2a;
--color-2: #50703e;
--color-3: #8e9d58;
--color-4: #d4e1a8;
--color-5: #f6f8e2;
}

🌈 Regal Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4b2a, #50703e, #8e9d58, #d4e1a8, #f6f8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4b2a, #50703e, #8e9d58, #d4e1a8, #f6f8e2);
}

Regal Grove color palette created on .