Ice Queen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ice Queen palette

Share this palette to:

Ice Queen color palette PNG image

Download ice queen color palette PNG image (landscape)
Download ice queen color palette PNG image (square)

Ice Queen color palette CSS

/* CSS */
.color-1 {
color: #a3d1e6;
}
.color-2 {
color: #f2e8e3;
}
.color-3 {
color: #c4d6e8;
}
.color-4 {
color: #b6c8d8;
}
.color-5 {
color: #f4f1f9;
}

/* CSS Variables */
:root {
--color-1: #a3d1e6;
--color-2: #f2e8e3;
--color-3: #c4d6e8;
--color-4: #b6c8d8;
--color-5: #f4f1f9;
}

Ice Queen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d1e6, #f2e8e3, #c4d6e8, #b6c8d8, #f4f1f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d1e6, #f2e8e3, #c4d6e8, #b6c8d8, #f4f1f9);
}

Ice Queen color palette created on .