Yellow Hibiki Color Palette
Discover the beautiful Yellow Hibiki color palette featuring tulip tree (#e5ba2e), cream can (#f4d35d), marzipan (#f9e89f), corvette (#f9c9a4) and froly (#f58a8d).
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 Yellow Hibiki palette
💻 Yellow Hibiki color palette CSS
/* CSS */
.color-1 {
color: #e5ba2e;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #f9e89f;
}
.color-4 {
color: #f9c9a4;
}
.color-5 {
color: #f58a8d;
}
/* CSS Variables */
:root {
--color-1: #e5ba2e;
--color-2: #f4d35d;
--color-3: #f9e89f;
--color-4: #f9c9a4;
--color-5: #f58a8d;
} 🌈 Yellow Hibiki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5ba2e, #f4d35d, #f9e89f, #f9c9a4, #f58a8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5ba2e, #f4d35d, #f9e89f, #f9c9a4, #f58a8d);
} 🔗 Explore similar color palettes
Yellow Hibiki color palette created on .