Winterfrost Color Palette

Discover the beautiful Winterfrost color palette featuring regent st blue (#a7c6e7), powder blue (#b5d8e3), iceberg (#e3f4f7), morning glory (#9fd2df) and pelorous (#4b9dc3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool, Light, Soft, Winter 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 Winterfrost palette

Share this palette to:

💻 Winterfrost color palette CSS

/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b5d8e3;
}
.color-3 {
color: #e3f4f7;
}
.color-4 {
color: #9fd2df;
}
.color-5 {
color: #4b9dc3;
}

/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b5d8e3;
--color-3: #e3f4f7;
--color-4: #9fd2df;
--color-5: #4b9dc3;
}

🌈 Winterfrost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b5d8e3, #e3f4f7, #9fd2df, #4b9dc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b5d8e3, #e3f4f7, #9fd2df, #4b9dc3);
}

Winterfrost color palette created on .