Lion's Mane Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lion's Mane palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lion's Mane Color Palette (PNG)
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);
}
Similar color palettes
Lion's Mane color palette created on .