Oceanic Serenity Color Palette

Discover the beautiful Oceanic Serenity color palette featuring morning glory (#9cd9e2), glacier (#71b5c6), pelorous (#4aa0bf), astral (#2f789d) and blumine (#1c5d7d).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Oceanic Serenity color palette CSS

/* CSS */
.color-1 {
color: #9cd9e2;
}
.color-2 {
color: #71b5c6;
}
.color-3 {
color: #4aa0bf;
}
.color-4 {
color: #2f789d;
}
.color-5 {
color: #1c5d7d;
}

/* CSS Variables */
:root {
--color-1: #9cd9e2;
--color-2: #71b5c6;
--color-3: #4aa0bf;
--color-4: #2f789d;
--color-5: #1c5d7d;
}

🌈 Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cd9e2, #71b5c6, #4aa0bf, #2f789d, #1c5d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cd9e2, #71b5c6, #4aa0bf, #2f789d, #1c5d7d);
}

Oceanic Serenity color palette created on .