Frosted Tides Color Palette

Discover the beautiful Frosted Tides color palette featuring blumine (#1a4c6b), wedgewood (#4b8da0), opal (#a6c6c9), catskill white (#e2f0f3) and athens gray (#f6f8f9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Ocean, Cool, Minimalist, 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 Frosted Tides palette

Share this palette to:

💻 Frosted Tides color palette CSS

/* CSS */
.color-1 {
color: #1a4c6b;
}
.color-2 {
color: #4b8da0;
}
.color-3 {
color: #a6c6c9;
}
.color-4 {
color: #e2f0f3;
}
.color-5 {
color: #f6f8f9;
}

/* CSS Variables */
:root {
--color-1: #1a4c6b;
--color-2: #4b8da0;
--color-3: #a6c6c9;
--color-4: #e2f0f3;
--color-5: #f6f8f9;
}

🌈 Frosted Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4c6b, #4b8da0, #a6c6c9, #e2f0f3, #f6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4c6b, #4b8da0, #a6c6c9, #e2f0f3, #f6f8f9);
}

Frosted Tides color palette created on .