Golden Bobcat Color Palette
Discover the beautiful Golden Bobcat color palette featuring raw sienna (#d68a3d), ronchi (#f1b74b), energy yellow (#f7d56e), salomie (#ffeb8a) and drover (#fcf5a1).
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 Golden Bobcat palette
๐ป Golden Bobcat color palette CSS
/* CSS */
.color-1 {
color: #d68a3d;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f7d56e;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #fcf5a1;
}
/* CSS Variables */
:root {
--color-1: #d68a3d;
--color-2: #f1b74b;
--color-3: #f7d56e;
--color-4: #ffeb8a;
--color-5: #fcf5a1;
} ๐ Golden Bobcat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d68a3d, #f1b74b, #f7d56e, #ffeb8a, #fcf5a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d68a3d, #f1b74b, #f7d56e, #ffeb8a, #fcf5a1);
} ๐ Explore similar color palettes
Golden Bobcat color palette created on .