Monk Color Palette
Discover the beautiful Monk color palette featuring marzipan (#f7d69c), ronchi (#e8b454), copper (#c77b3d), yellow metal (#7a5a3e) and mondo (#4b3c2f).
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: #f7d69c;
}
.color-2 {
color: #e8b454;
}
.color-3 {
color: #c77b3d;
}
.color-4 {
color: #7a5a3e;
}
.color-5 {
color: #4b3c2f;
}
/* CSS Variables */
:root {
--color-1: #f7d69c;
--color-2: #e8b454;
--color-3: #c77b3d;
--color-4: #7a5a3e;
--color-5: #4b3c2f;
} ๐ Monk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d69c, #e8b454, #c77b3d, #7a5a3e, #4b3c2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d69c, #e8b454, #c77b3d, #7a5a3e, #4b3c2f);
} ๐ Explore similar color palettes
Monk color palette created on .