Hooty Hues Color Palette
Discover the beautiful Hooty Hues color palette featuring bright sun (#f7e13b), neon carrot (#ff9e3d), burning orange (#ff6e3d), radical red (#ff3d6e) and wild strawberry (#f93e9f).
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 Hooty Hues palette
💻 Hooty Hues color palette CSS
/* CSS */
.color-1 {
color: #f7e13b;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ff6e3d;
}
.color-4 {
color: #ff3d6e;
}
.color-5 {
color: #f93e9f;
}
/* CSS Variables */
:root {
--color-1: #f7e13b;
--color-2: #ff9e3d;
--color-3: #ff6e3d;
--color-4: #ff3d6e;
--color-5: #f93e9f;
} 🌈 Hooty Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e13b, #ff9e3d, #ff6e3d, #ff3d6e, #f93e9f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e13b, #ff9e3d, #ff6e3d, #ff3d6e, #f93e9f);
} 🔗 Explore similar color palettes
Hooty Hues color palette created on .