Mossy Meadow Harmony Color Palette

Discover the beautiful Mossy Meadow Harmony color palette featuring kelp (#4a4a36), taupe gray (#b0b08d), rainee (#b0c89d), surf crest (#d0e6d0) and loafer (#f1f6e5).

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 Meadow Harmony palette

Share this palette to:

💻 Mossy Meadow Harmony color palette CSS

/* CSS */
.color-1 {
color: #4a4a36;
}
.color-2 {
color: #b0b08d;
}
.color-3 {
color: #b0c89d;
}
.color-4 {
color: #d0e6d0;
}
.color-5 {
color: #f1f6e5;
}

/* CSS Variables */
:root {
--color-1: #4a4a36;
--color-2: #b0b08d;
--color-3: #b0c89d;
--color-4: #d0e6d0;
--color-5: #f1f6e5;
}

🌈 Mossy Meadow Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a36, #b0b08d, #b0c89d, #d0e6d0, #f1f6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a36, #b0b08d, #b0c89d, #d0e6d0, #f1f6e5);
}

Mossy Meadow Harmony color palette created on .