Bright Serenity Color Palette

Discover the beautiful Bright Serenity color palette featuring coconut cream (#f6f7d9), sapling (#d9e1a8), spring rain (#a4caa0), silver tree (#75b899) and ming (#3d8a82).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Light, Neutral, 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 Bright Serenity palette

Share this palette to:

💻 Bright Serenity color palette CSS

/* CSS */
.color-1 {
color: #f6f7d9;
}
.color-2 {
color: #d9e1a8;
}
.color-3 {
color: #a4caa0;
}
.color-4 {
color: #75b899;
}
.color-5 {
color: #3d8a82;
}

/* CSS Variables */
:root {
--color-1: #f6f7d9;
--color-2: #d9e1a8;
--color-3: #a4caa0;
--color-4: #75b899;
--color-5: #3d8a82;
}

🌈 Bright Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f7d9, #d9e1a8, #a4caa0, #75b899, #3d8a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f7d9, #d9e1a8, #a4caa0, #75b899, #3d8a82);
}

Bright Serenity color palette created on .