Icewing Color Palette

Discover the beautiful Icewing color palette featuring morning glory (#a3d7e0), viking (#6dbbd5), astral (#3c8e9a), casal (#2a5a65) and te papa green (#1b3c41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Cool, Cyan, Deep, Modern, Teal, Tropical 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 Icewing palette

Share this palette to:

💻 Icewing color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #6dbbd5;
}
.color-3 {
color: #3c8e9a;
}
.color-4 {
color: #2a5a65;
}
.color-5 {
color: #1b3c41;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #6dbbd5;
--color-3: #3c8e9a;
--color-4: #2a5a65;
--color-5: #1b3c41;
}

🌈 Icewing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #6dbbd5, #3c8e9a, #2a5a65, #1b3c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #6dbbd5, #3c8e9a, #2a5a65, #1b3c41);
}

Icewing color palette created on .