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

Our color palette generator created this versatile color scheme which shares characteristics withCool, Bright, Blue, Aqua, Pastel, Winter, Soft, Magenta color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Ice Kingdom color palette created on .