Serene Beryl Color Palette

Discover the beautiful Serene Beryl color palette featuring gossip (#aff4a3), magic mint (#96f0a8), viking (#57e2bc), eastern blue (#1b9cac) and genoa (#136a71).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Nature, Soft, Summer, Teal, Turquoise, 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: #aff4a3;
}
.color-2 {
color: #96f0a8;
}
.color-3 {
color: #57e2bc;
}
.color-4 {
color: #1b9cac;
}
.color-5 {
color: #136a71;
}

/* CSS Variables */
:root {
--color-1: #aff4a3;
--color-2: #96f0a8;
--color-3: #57e2bc;
--color-4: #1b9cac;
--color-5: #136a71;
}

🌈 Serene Beryl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aff4a3, #96f0a8, #57e2bc, #1b9cac, #136a71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aff4a3, #96f0a8, #57e2bc, #1b9cac, #136a71);
}

Serene Beryl color palette created on .