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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Golden Pawsitivity color palette created on .