Ice Kingdom Color Palette
Discover the beautiful Ice Kingdom color palette featuring regent st blue (#a7c6e7), blizzard blue (#b2e0f0), catskill white (#f1f5f8), shilo (#e8b5c4) and lavender (#a48bda).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Ice Kingdom palette
๐ป 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);
}
๐ Explore similar color palettes
Ice Kingdom color palette created on .