Oceanic Whispers Color Palette

Discover the beautiful Oceanic Whispers color palette featuring picton blue (#4ebae4), bermuda (#7dd8d8), madang (#a4f4aa), marzipan (#f9e19f) and froly (#f46c6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, 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 Oceanic Whispers palette

Share this palette to:

💻 Oceanic Whispers color palette CSS

/* CSS */
.color-1 {
color: #4ebae4;
}
.color-2 {
color: #7dd8d8;
}
.color-3 {
color: #a4f4aa;
}
.color-4 {
color: #f9e19f;
}
.color-5 {
color: #f46c6c;
}

/* CSS Variables */
:root {
--color-1: #4ebae4;
--color-2: #7dd8d8;
--color-3: #a4f4aa;
--color-4: #f9e19f;
--color-5: #f46c6c;
}

🌈 Oceanic Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ebae4, #7dd8d8, #a4f4aa, #f9e19f, #f46c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ebae4, #7dd8d8, #a4f4aa, #f9e19f, #f46c6c);
}

Oceanic Whispers color palette created on .