Lion's Mane Color Palette
Discover the beautiful Lion's Mane color palette featuring maize (#f6d7a2), ronchi (#f1b74b), carrot orange (#f28c26), copper (#c77d3d) and mule fawn (#8d5a2a).
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 Lion's Mane palette
๐ป Lion's Mane color palette CSS
/* CSS */
.color-1 {
color: #f6d7a2;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f28c26;
}
.color-4 {
color: #c77d3d;
}
.color-5 {
color: #8d5a2a;
}
/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #f1b74b;
--color-3: #f28c26;
--color-4: #c77d3d;
--color-5: #8d5a2a;
} ๐ Lion's Mane background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #f1b74b, #f28c26, #c77d3d, #8d5a2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #f1b74b, #f28c26, #c77d3d, #8d5a2a);
} ๐ Explore similar color palettes
Lion's Mane color palette created on .