Rainbow Moonstone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Moonstone palette

Share this palette to:

Rainbow Moonstone color palette PNG image

Download rainbow moonstone color palette PNG image (landscape)
Download rainbow moonstone color palette PNG image (square)

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);
}

Rainbow Moonstone color palette created on .