Fox Queen Color Palette
Discover the beautiful Fox Queen color palette featuring paarl (#a85f2e), raw sienna (#d07a39), sandy brown (#f1a64b), goldenrod (#f8d16d) and swamp green (#b2c799).
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 Fox Queen palette
๐ป Fox Queen color palette CSS
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d07a39;
}
.color-3 {
color: #f1a64b;
}
.color-4 {
color: #f8d16d;
}
.color-5 {
color: #b2c799;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d07a39;
--color-3: #f1a64b;
--color-4: #f8d16d;
--color-5: #b2c799;
} ๐ Fox Queen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d07a39, #f1a64b, #f8d16d, #b2c799);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d07a39, #f1a64b, #f8d16d, #b2c799);
} ๐ Explore similar color palettes
Fox Queen color palette created on .