Aqua Frost Essence Color Palette

Discover the beautiful Aqua Frost Essence color palette featuring white ice (#e0f7fa), blizzard blue (#b1eaf2), picton blue (#4ccfe1), bondi blue (#0097a8) and pine green (#007a6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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 Aqua Frost Essence palette

Share this palette to:

💻 Aqua Frost Essence color palette CSS

/* CSS */
.color-1 {
color: #e0f7fa;
}
.color-2 {
color: #b1eaf2;
}
.color-3 {
color: #4ccfe1;
}
.color-4 {
color: #0097a8;
}
.color-5 {
color: #007a6c;
}

/* CSS Variables */
:root {
--color-1: #e0f7fa;
--color-2: #b1eaf2;
--color-3: #4ccfe1;
--color-4: #0097a8;
--color-5: #007a6c;
}

🌈 Aqua Frost Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f7fa, #b1eaf2, #4ccfe1, #0097a8, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f7fa, #b1eaf2, #4ccfe1, #0097a8, #007a6c);
}

Aqua Frost Essence color palette created on .