Squirrelflight Color Palette
Discover the beautiful Squirrelflight color palette featuring mule fawn (#8c5a2b), laser (#c4a664), grain brown (#e4d5b9), merino (#f7f4e8) and piper (#d15b29).
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 Squirrelflight palette
๐ป Squirrelflight color palette CSS
/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #c4a664;
}
.color-3 {
color: #e4d5b9;
}
.color-4 {
color: #f7f4e8;
}
.color-5 {
color: #d15b29;
}
/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #c4a664;
--color-3: #e4d5b9;
--color-4: #f7f4e8;
--color-5: #d15b29;
} ๐ Squirrelflight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #c4a664, #e4d5b9, #f7f4e8, #d15b29);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #c4a664, #e4d5b9, #f7f4e8, #d15b29);
} ๐ Explore similar color palettes
Squirrelflight color palette created on .