Icy Blue Oasis Color Palette

Discover the beautiful Icy Blue Oasis color palette featuring sail (#a1dff7), viking (#67c1e0), scooter (#3db2d6), eastern blue (#1e99c2) and allports (#007f99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cool Summer, Ocean 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 Icy Blue Oasis palette

Share this palette to:

💻 Icy Blue Oasis color palette CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #67c1e0;
}
.color-3 {
color: #3db2d6;
}
.color-4 {
color: #1e99c2;
}
.color-5 {
color: #007f99;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #67c1e0;
--color-3: #3db2d6;
--color-4: #1e99c2;
--color-5: #007f99;
}

🌈 Icy Blue Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #67c1e0, #3db2d6, #1e99c2, #007f99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #67c1e0, #3db2d6, #1e99c2, #007f99);
}

Icy Blue Oasis color palette created on .