Peachy Hilda Color Palette
Discover the beautiful Peachy Hilda color palette featuring mandys pink (#f0b6a3), bittersweet (#ff7a5c), koromiko (#ffb65c), golden tainoi (#ffc95c) and cream brulee (#ffdf99).
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 Peachy Hilda palette
💻 Peachy Hilda color palette CSS
/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #ff7a5c;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #ffc95c;
}
.color-5 {
color: #ffdf99;
}
/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #ff7a5c;
--color-3: #ffb65c;
--color-4: #ffc95c;
--color-5: #ffdf99;
} 🌈 Peachy Hilda background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #ff7a5c, #ffb65c, #ffc95c, #ffdf99);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #ff7a5c, #ffb65c, #ffc95c, #ffdf99);
} 🔗 Explore similar color palettes
Peachy Hilda color palette created on .