Blue Pearl Ocean Color Palette

Discover the beautiful Blue Pearl Ocean color palette featuring spindle (#c7d4ef), regent st blue (#91b6de), blue violet (#6072b7), san marino (#405fa3) and san juan (#2f5478).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cool, Modern, Soft 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 Pearl Ocean palette

Share this palette to:

💻 Blue Pearl Ocean color palette CSS

/* CSS */
.color-1 {
color: #c7d4ef;
}
.color-2 {
color: #91b6de;
}
.color-3 {
color: #6072b7;
}
.color-4 {
color: #405fa3;
}
.color-5 {
color: #2f5478;
}

/* CSS Variables */
:root {
--color-1: #c7d4ef;
--color-2: #91b6de;
--color-3: #6072b7;
--color-4: #405fa3;
--color-5: #2f5478;
}

🌈 Blue Pearl Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d4ef, #91b6de, #6072b7, #405fa3, #2f5478);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d4ef, #91b6de, #6072b7, #405fa3, #2f5478);
}

Blue Pearl Ocean color palette created on .