Rainbow Moonstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbow Moonstone palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rainbow Moonstone Color Palette (PNG)
Rainbow Moonstone color palette CSS
/* CSS */
.color-1 {
color: #afcee4;
}
.color-2 {
color: #b4effd;
}
.color-3 {
color: #fffddb;
}
.color-4 {
color: #f1eaf1;
}
.color-5 {
color: #28223a;
}
/* CSS Variables */
:root {
--color-1: #afcee4;
--color-2: #b4effd;
--color-3: #fffddb;
--color-4: #f1eaf1;
--color-5: #28223a;
}
Rainbow Moonstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afcee4, #b4effd, #fffddb, #f1eaf1, #28223a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afcee4, #b4effd, #fffddb, #f1eaf1, #28223a);
}
Similar color palettes
Rainbow Moonstone color palette created on .