Opal Rainbow Color Palette
Discover the beautiful Opal Rainbow color palette featuring morning glory (#a3d6e1), twilight (#e1c6d5), mandys pink (#f4b2ae), sandwisp (#f7e8ab) and saffron mango (#f9c54e).
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 Rainbow palette
💻 Opal Rainbow color palette CSS
/* CSS */
.color-1 {
color: #a3d6e1;
}
.color-2 {
color: #e1c6d5;
}
.color-3 {
color: #f4b2ae;
}
.color-4 {
color: #f7e8ab;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #a3d6e1;
--color-2: #e1c6d5;
--color-3: #f4b2ae;
--color-4: #f7e8ab;
--color-5: #f9c54e;
}
🌈 Opal Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e1, #e1c6d5, #f4b2ae, #f7e8ab, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e1, #e1c6d5, #f4b2ae, #f7e8ab, #f9c54e);
}
🔗 Explore similar color palettes
Opal Rainbow color palette created on .