Rainbow Moonstone Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rainbow Moonstone palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rainbow Moonstone

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

tavolozza dei colori Rainbow Moonstone 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;
}

CSS con gradiente di sfondo Rainbow Moonstone

/* 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 .