Icicle Yeti Color Palette

Discover the beautiful Icicle Yeti color palette featuring morning glory (#9ed8e0), viking (#77c8da), fountain blue (#4aa3b5), calypso (#2f7c8e) and nile blue (#1b4a5a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Cool, Fun 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 Icicle Yeti palette

Share this palette to:

💻 Icicle Yeti color palette CSS

/* CSS */
.color-1 {
color: #9ed8e0;
}
.color-2 {
color: #77c8da;
}
.color-3 {
color: #4aa3b5;
}
.color-4 {
color: #2f7c8e;
}
.color-5 {
color: #1b4a5a;
}

/* CSS Variables */
:root {
--color-1: #9ed8e0;
--color-2: #77c8da;
--color-3: #4aa3b5;
--color-4: #2f7c8e;
--color-5: #1b4a5a;
}

🌈 Icicle Yeti background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed8e0, #77c8da, #4aa3b5, #2f7c8e, #1b4a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed8e0, #77c8da, #4aa3b5, #2f7c8e, #1b4a5a);
}

Icicle Yeti color palette created on .