Golden Pawsitivity Color Palette

Discover the beautiful Golden Pawsitivity color palette featuring cream can (#f6c84c), old gold (#d5a03f), marigold (#bd8b2e), luxor gold (#a66f2b) and bull shot (#8a5a1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Fun, Yellow color palettes and combinations.

๐Ÿ’ก 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 Pawsitivity palette

Share this palette to:

๐Ÿ’ป Golden Pawsitivity color palette CSS

/* CSS */
.color-1 {
color: #f6c84c;
}
.color-2 {
color: #d5a03f;
}
.color-3 {
color: #bd8b2e;
}
.color-4 {
color: #a66f2b;
}
.color-5 {
color: #8a5a1e;
}

/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #d5a03f;
--color-3: #bd8b2e;
--color-4: #a66f2b;
--color-5: #8a5a1e;
}

๐ŸŒˆ Golden Pawsitivity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #d5a03f, #bd8b2e, #a66f2b, #8a5a1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #d5a03f, #bd8b2e, #a66f2b, #8a5a1e);
}

Golden Pawsitivity color palette created on .