Serene Beryl Color Palette

Discover the beautiful Serene Beryl color palette featuring celadon (#b7e3b0), moss green (#a9d6b4), acapulco (#7cb1a3), ming (#3b7981) and plantation (#2a494c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Soft, Spring, Nature, Bright, Coastal, Teal, 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 Serene Beryl palette

Share this palette to:

💻 Serene Beryl color palette CSS

/* CSS */
.color-1 {
color: #b7e3b0;
}
.color-2 {
color: #a9d6b4;
}
.color-3 {
color: #7cb1a3;
}
.color-4 {
color: #3b7981;
}
.color-5 {
color: #2a494c;
}

/* CSS Variables */
:root {
--color-1: #b7e3b0;
--color-2: #a9d6b4;
--color-3: #7cb1a3;
--color-4: #3b7981;
--color-5: #2a494c;
}

🌈 Serene Beryl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e3b0, #a9d6b4, #7cb1a3, #3b7981, #2a494c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e3b0, #a9d6b4, #7cb1a3, #3b7981, #2a494c);
}

Serene Beryl color palette created on .