Serene Monastery Color Palette
Discover the beautiful Serene Monastery color palette featuring pancho (#e9c3a0), whiskey (#d1a67a), muddy waters (#b68e54), potters clay (#8c6c3b) and shingle fawn (#5e4a2b).
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 Serene Monastery palette
๐ป Serene Monastery color palette CSS
/* CSS */
.color-1 {
color: #e9c3a0;
}
.color-2 {
color: #d1a67a;
}
.color-3 {
color: #b68e54;
}
.color-4 {
color: #8c6c3b;
}
.color-5 {
color: #5e4a2b;
}
/* CSS Variables */
:root {
--color-1: #e9c3a0;
--color-2: #d1a67a;
--color-3: #b68e54;
--color-4: #8c6c3b;
--color-5: #5e4a2b;
} ๐ Serene Monastery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9c3a0, #d1a67a, #b68e54, #8c6c3b, #5e4a2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9c3a0, #d1a67a, #b68e54, #8c6c3b, #5e4a2b);
} ๐ Explore similar color palettes
Serene Monastery color palette created on .