Hina Color Palette
Discover the beautiful Hina color palette featuring peach yellow (#f8e2aa), mandys pink (#f4b5a9), can can (#d68fb1), bouquet (#a56f9b) and affair (#6c4b86).
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 Hina palette
💻 Hina color palette CSS
/* CSS */
.color-1 {
color: #f8e2aa;
}
.color-2 {
color: #f4b5a9;
}
.color-3 {
color: #d68fb1;
}
.color-4 {
color: #a56f9b;
}
.color-5 {
color: #6c4b86;
}
/* CSS Variables */
:root {
--color-1: #f8e2aa;
--color-2: #f4b5a9;
--color-3: #d68fb1;
--color-4: #a56f9b;
--color-5: #6c4b86;
} 🌈 Hina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2aa, #f4b5a9, #d68fb1, #a56f9b, #6c4b86);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2aa, #f4b5a9, #d68fb1, #a56f9b, #6c4b86);
} 🔗 Explore similar color palettes
Hina color palette created on .