Ice Kingdom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ice Kingdom palette
Ice Kingdom color palette PNG image
Ice Kingdom color palette CSS
/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #f1f5f8;
}
.color-4 {
color: #e8b5c4;
}
.color-5 {
color: #a48bda;
}
/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b2e0f0;
--color-3: #f1f5f8;
--color-4: #e8b5c4;
--color-5: #a48bda;
}
Ice Kingdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b2e0f0, #f1f5f8, #e8b5c4, #a48bda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b2e0f0, #f1f5f8, #e8b5c4, #a48bda);
}
Similar color palettes
Scroll down to explore 1000+ colors.ice color palettes
Ice Kingdom color palette created on .