Sunny Puppy Color Palette
Discover the beautiful Sunny Puppy color palette featuring golden fizz (#f8e944), energy yellow (#f8d549), casablanca (#f8b344), tan hide (#f89244) and crusta (#f87d44).
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 Sunny Puppy palette
๐ป Sunny Puppy color palette CSS
/* CSS */
.color-1 {
color: #f8e944;
}
.color-2 {
color: #f8d549;
}
.color-3 {
color: #f8b344;
}
.color-4 {
color: #f89244;
}
.color-5 {
color: #f87d44;
}
/* CSS Variables */
:root {
--color-1: #f8e944;
--color-2: #f8d549;
--color-3: #f8b344;
--color-4: #f89244;
--color-5: #f87d44;
} ๐ Sunny Puppy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e944, #f8d549, #f8b344, #f89244, #f87d44);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e944, #f8d549, #f8b344, #f89244, #f87d44);
} ๐ Explore similar color palettes
Sunny Puppy color palette created on .