Furry Duo Color Palette
Discover the beautiful Furry Duo color palette featuring selective yellow (#fab700), buff (#f1dc88), beryl green (#c8e3b5), acapulco (#80b3a3) and cutty sark (#4d7a7a).
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 Furry Duo palette
💻 Furry Duo color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f1dc88;
}
.color-3 {
color: #c8e3b5;
}
.color-4 {
color: #80b3a3;
}
.color-5 {
color: #4d7a7a;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f1dc88;
--color-3: #c8e3b5;
--color-4: #80b3a3;
--color-5: #4d7a7a;
} 🌈 Furry Duo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f1dc88, #c8e3b5, #80b3a3, #4d7a7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f1dc88, #c8e3b5, #80b3a3, #4d7a7a);
} 🔗 Explore similar color palettes
Furry Duo color palette created on .