Discover the beautiful Ocean Whisper color palette featuring pacific blue (#0099cc), cornflower blue (#64b1e8), regent st blue (#a2d2e2), white ice (#e0f7fa) and blizzard blue (#b1eaf2).

Ocean Whisper Color Palette

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

Explore how the Ocean Whisper palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Ocean Whisper palette

Share this palette to:

💻 Ocean Whisper color palette CSS

/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #64b1e8;
}
.color-3 {
color: #a2d2e2;
}
.color-4 {
color: #e0f7fa;
}
.color-5 {
color: #b1eaf2;
}

/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #64b1e8;
--color-3: #a2d2e2;
--color-4: #e0f7fa;
--color-5: #b1eaf2;
}

🌈 Ocean Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #64b1e8, #a2d2e2, #e0f7fa, #b1eaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #64b1e8, #a2d2e2, #e0f7fa, #b1eaf2);
}

Ocean Whisper color palette created on .