Rainbow Moonstone Color Palette
Discover the beautiful Rainbow Moonstone color palette featuring regent st blue (#aecde3), french pass (#b6effd), scotch mist (#fffddb), prim (#f1eaf1) and steel gray (#29233b).
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 Rainbow Moonstone palette
💻 Rainbow Moonstone color palette CSS
/* CSS */
.color-1 {
color: #aecde3;
}
.color-2 {
color: #b6effd;
}
.color-3 {
color: #fffddb;
}
.color-4 {
color: #f1eaf1;
}
.color-5 {
color: #29233b;
}
/* CSS Variables */
:root {
--color-1: #aecde3;
--color-2: #b6effd;
--color-3: #fffddb;
--color-4: #f1eaf1;
--color-5: #29233b;
} 🌈 Rainbow Moonstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aecde3, #b6effd, #fffddb, #f1eaf1, #29233b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aecde3, #b6effd, #fffddb, #f1eaf1, #29233b);
} 🔗 Explore similar color palettes
Rainbow Moonstone color palette created on .