Monster Snow Queen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Monster Snow Queen palette

Share this palette to:

Monster Snow Queen color palette PNG image

Download monster snow queen color palette PNG image (landscape)
Download monster snow queen color palette PNG image (square)

Monster Snow Queen color palette CSS

/* CSS */
.color-1 {
color: #9ed9e0;
}
.color-2 {
color: #b0dfe8;
}
.color-3 {
color: #f9c8cf;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #b0dfe8;
--color-3: #f9c8cf;
--color-4: #ffb8c1;
--color-5: #ff7092;
}

Monster Snow Queen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #b0dfe8, #f9c8cf, #ffb8c1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #b0dfe8, #f9c8cf, #ffb8c1, #ff7092);
}

Monster Snow Queen color palette created on .