Serene Beryl Color Palette

Discover the beautiful Serene Beryl color palette featuring gossip (#b0f4a4), magic mint (#94f0a6), viking (#55e2bd), eastern blue (#1b9bac) and genoa (#136b71).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Teal, Turquoise, Soft, Bright, Summer, Nature, 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: #b0f4a4;
}
.color-2 {
color: #94f0a6;
}
.color-3 {
color: #55e2bd;
}
.color-4 {
color: #1b9bac;
}
.color-5 {
color: #136b71;
}

/* CSS Variables */
:root {
--color-1: #b0f4a4;
--color-2: #94f0a6;
--color-3: #55e2bd;
--color-4: #1b9bac;
--color-5: #136b71;
}

🌈 Serene Beryl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}

Serene Beryl color palette created on .