Discover the beautiful Camouflage Serenity color palette featuring como (#4a6d5b), camouflage green (#7b8c6e), swamp green (#a8b78a), pine glade (#c4d49b) and fall green (#e6eab3).

Camouflage Serenity Color Palette

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

Explore how the Camouflage Serenity palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Camouflage Serenity palette

Share this palette to:

💻 Camouflage Serenity color palette CSS

/* CSS */
.color-1 {
color: #4a6d5b;
}
.color-2 {
color: #7b8c6e;
}
.color-3 {
color: #a8b78a;
}
.color-4 {
color: #c4d49b;
}
.color-5 {
color: #e6eab3;
}

/* CSS Variables */
:root {
--color-1: #4a6d5b;
--color-2: #7b8c6e;
--color-3: #a8b78a;
--color-4: #c4d49b;
--color-5: #e6eab3;
}

🌈 Camouflage Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d5b, #7b8c6e, #a8b78a, #c4d49b, #e6eab3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d5b, #7b8c6e, #a8b78a, #c4d49b, #e6eab3);
}

Camouflage Serenity color palette created on .