Mossy Serenity Color Palette

Discover the beautiful Mossy Serenity color palette featuring spring rain (#a4c6a6), laurel (#6a9a6d), hippie green (#4b7c53), tom thumb (#3b5a3a) and green kelp (#2c3e28).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Mossy Serenity palette

Share this palette to:

💻 Mossy Serenity color palette CSS

/* CSS */
.color-1 {
color: #a4c6a6;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #4b7c53;
}
.color-4 {
color: #3b5a3a;
}
.color-5 {
color: #2c3e28;
}

/* CSS Variables */
:root {
--color-1: #a4c6a6;
--color-2: #6a9a6d;
--color-3: #4b7c53;
--color-4: #3b5a3a;
--color-5: #2c3e28;
}

🌈 Mossy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a6, #6a9a6d, #4b7c53, #3b5a3a, #2c3e28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a6, #6a9a6d, #4b7c53, #3b5a3a, #2c3e28);
}

Mossy Serenity color palette created on .