Beastars Harmony Color Palette

Discover the beautiful Beastars Harmony color palette featuring olive drab (#6b8f24), de york (#8ebe8e), moss green (#b5d99b), sidecar (#f1e7b6) and bittersweet (#ff6e61).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Nature, Soft, Bright, Spring, Animal, Forest, Light, Legoshi 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 Beastars Harmony palette

Share this palette to:

💻 Beastars Harmony color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #8ebe8e;
}
.color-3 {
color: #b5d99b;
}
.color-4 {
color: #f1e7b6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #8ebe8e;
--color-3: #b5d99b;
--color-4: #f1e7b6;
--color-5: #ff6e61;
}

🌈 Beastars Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #8ebe8e, #b5d99b, #f1e7b6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #8ebe8e, #b5d99b, #f1e7b6, #ff6e61);
}

Beastars Harmony color palette created on .