Masculine Mallard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Masculine Mallard palette
Color Inspiration
Images that showcase this color palette in real designs
Download Masculine Mallard Color Palette (PNG)
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);
}
Similar color palettes
Masculine Mallard color palette created on .