Whispering Ocean Breeze Color Palette

Discover the beautiful Whispering Ocean Breeze color palette featuring pampas (#fcfbfa), scandal (#dcfbfa), polar (#d3f5f4), oyster pink (#efd7dc) and jungle mist (#bad9d8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Spring 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 Whispering Ocean Breeze palette

Share this palette to:

💻 Whispering Ocean Breeze color palette CSS

/* CSS */
.color-1 {
color: #fcfbfa;
}
.color-2 {
color: #dcfbfa;
}
.color-3 {
color: #d3f5f4;
}
.color-4 {
color: #efd7dc;
}
.color-5 {
color: #bad9d8;
}

/* CSS Variables */
:root {
--color-1: #fcfbfa;
--color-2: #dcfbfa;
--color-3: #d3f5f4;
--color-4: #efd7dc;
--color-5: #bad9d8;
}

🌈 Whispering Ocean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfbfa, #dcfbfa, #d3f5f4, #efd7dc, #bad9d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfbfa, #dcfbfa, #d3f5f4, #efd7dc, #bad9d8);
}

Whispering Ocean Breeze color palette created on .