Opal Hues Color Palette
Discover the beautiful Opal Hues color palette featuring aqua island (#a3d3db), mandys pink (#f2b6b0), pancho (#e9caa5), wheat (#f5eab8) and moss green (#b5d99b).
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 Opal Hues palette
💻 Opal Hues color palette CSS
/* CSS */
.color-1 {
color: #a3d3db;
}
.color-2 {
color: #f2b6b0;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #f5eab8;
}
.color-5 {
color: #b5d99b;
}
/* CSS Variables */
:root {
--color-1: #a3d3db;
--color-2: #f2b6b0;
--color-3: #e9caa5;
--color-4: #f5eab8;
--color-5: #b5d99b;
} 🌈 Opal Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3db, #f2b6b0, #e9caa5, #f5eab8, #b5d99b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3db, #f2b6b0, #e9caa5, #f5eab8, #b5d99b);
} 🔗 Explore similar color palettes
Opal Hues color palette created on .