Monk Color Palette
Discover the beautiful Monk color palette featuring equator (#e0b85c), twine (#c59f59), limed oak (#a89a4d), sycamore (#8f9d3f) and olive drab (#6f9d2a).
Brightness
Saturation
Warmth
💡 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 Monk palette
💻 Monk color palette CSS
/* CSS */
.color-1 {
color: #e0b85c;
}
.color-2 {
color: #c59f59;
}
.color-3 {
color: #a89a4d;
}
.color-4 {
color: #8f9d3f;
}
.color-5 {
color: #6f9d2a;
}
/* CSS Variables */
:root {
--color-1: #e0b85c;
--color-2: #c59f59;
--color-3: #a89a4d;
--color-4: #8f9d3f;
--color-5: #6f9d2a;
} 🌈 Monk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b85c, #c59f59, #a89a4d, #8f9d3f, #6f9d2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b85c, #c59f59, #a89a4d, #8f9d3f, #6f9d2a);
} 🔗 Explore similar color palettes
Monk color palette created on .