Queen Snowfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Queen Snowfall palette
Queen Snowfall color palette CSS
/* CSS */
.color-1 {
color: #eaf9fb;
}
.color-2 {
color: #c3eff4;
}
.color-3 {
color: #9fe4ef;
}
.color-4 {
color: #78d9e8;
}
.color-5 {
color: #59d1e3;
}
/* CSS Variables */
:root {
--color-1: #eaf9fb;
--color-2: #c3eff4;
--color-3: #9fe4ef;
--color-4: #78d9e8;
--color-5: #59d1e3;
}
Queen Snowfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaf9fb, #c3eff4, #9fe4ef, #78d9e8, #59d1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaf9fb, #c3eff4, #9fe4ef, #78d9e8, #59d1e3);
}
Similar color palettes
Queen Snowfall color palette created on .