Frosted Ocean Bliss Color Palette

Discover the beautiful Frosted Ocean Bliss color palette featuring caribbean green (#00b8a8), cyan / aqua (#05ffe2), aquamarine (#70ffea), anakiwa (#a3ffff) and oyster bay (#d6ffff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Cyan, Light, Modern, Spring, Teal, Vibrant 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 Ocean Bliss palette

Share this palette to:

💻 Frosted Ocean Bliss color palette CSS

/* CSS */
.color-1 {
color: #00b8a8;
}
.color-2 {
color: #05ffe2;
}
.color-3 {
color: #70ffea;
}
.color-4 {
color: #a3ffff;
}
.color-5 {
color: #d6ffff;
}

/* CSS Variables */
:root {
--color-1: #00b8a8;
--color-2: #05ffe2;
--color-3: #70ffea;
--color-4: #a3ffff;
--color-5: #d6ffff;
}

🌈 Frosted Ocean Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b8a8, #05ffe2, #70ffea, #a3ffff, #d6ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b8a8, #05ffe2, #70ffea, #a3ffff, #d6ffff);
}

Frosted Ocean Bliss color palette created on .