Blue Opal Color Palette

Discover the beautiful Blue Opal color palette featuring regent st blue (#a8d3e1), half baked (#6fb6c8), hippie blue (#4e95b1), jelly bean (#2c7a9b) and blumine (#1a5c7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Summer, Light 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 Blue Opal palette

Share this palette to:

💻 Blue Opal color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6fb6c8;
}
.color-3 {
color: #4e95b1;
}
.color-4 {
color: #2c7a9b;
}
.color-5 {
color: #1a5c7a;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6fb6c8;
--color-3: #4e95b1;
--color-4: #2c7a9b;
--color-5: #1a5c7a;
}

🌈 Blue Opal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6fb6c8, #4e95b1, #2c7a9b, #1a5c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6fb6c8, #4e95b1, #2c7a9b, #1a5c7a);
}

Blue Opal color palette created on .