Masculine Mallard Color Palette

Discover the beautiful Masculine Mallard color palette featuring axolotl (#4c6b4f), lunar green (#3d4d40), cactus (#5e7958), nomad (#b6a89a) and woody brown (#3c2f2f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Brown, Earthy, Forest, Green, Masculine, Nature, Vintage, White 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 Masculine Mallard palette

Share this palette to:

💻 Masculine Mallard color palette CSS

/* CSS */
.color-1 {
color: #4c6b4f;
}
.color-2 {
color: #3d4d40;
}
.color-3 {
color: #5e7958;
}
.color-4 {
color: #b6a89a;
}
.color-5 {
color: #3c2f2f;
}

/* CSS Variables */
:root {
--color-1: #4c6b4f;
--color-2: #3d4d40;
--color-3: #5e7958;
--color-4: #b6a89a;
--color-5: #3c2f2f;
}

🌈 Masculine Mallard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6b4f, #3d4d40, #5e7958, #b6a89a, #3c2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6b4f, #3d4d40, #5e7958, #b6a89a, #3c2f2f);
}

Masculine Mallard color palette created on .