Owl Color Palette
Discover the beautiful Owl color palette featuring mule fawn (#885b2b), teak (#afa16a), gold sand (#e2c788), cameo (#dab99a) and new orleans (#f2d3a1).
Brightness
Saturation
Warmth
Refine
๐ก 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 Owl palette
๐ป Owl color palette CSS
/* CSS */
.color-1 {
color: #885b2b;
}
.color-2 {
color: #afa16a;
}
.color-3 {
color: #e2c788;
}
.color-4 {
color: #dab99a;
}
.color-5 {
color: #f2d3a1;
}
/* CSS Variables */
:root {
--color-1: #885b2b;
--color-2: #afa16a;
--color-3: #e2c788;
--color-4: #dab99a;
--color-5: #f2d3a1;
} ๐ Owl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #885b2b, #afa16a, #e2c788, #dab99a, #f2d3a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #885b2b, #afa16a, #e2c788, #dab99a, #f2d3a1);
} ๐ Explore similar color palettes
Owl color palette created on .