Oceanic Serenity Color Palette

Discover the beautiful Oceanic Serenity color palette featuring feijoa (#a3dc8f), granny smith apple (#8fdc8f), acapulco (#6db0a0), wedgewood (#4f8d9c) and william (#3e6c79).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Nature, Summer 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: #a3dc8f;
}
.color-2 {
color: #8fdc8f;
}
.color-3 {
color: #6db0a0;
}
.color-4 {
color: #4f8d9c;
}
.color-5 {
color: #3e6c79;
}

/* CSS Variables */
:root {
--color-1: #a3dc8f;
--color-2: #8fdc8f;
--color-3: #6db0a0;
--color-4: #4f8d9c;
--color-5: #3e6c79;
}

🌈 Oceanic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3dc8f, #8fdc8f, #6db0a0, #4f8d9c, #3e6c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3dc8f, #8fdc8f, #6db0a0, #4f8d9c, #3e6c79);
}

Oceanic Serenity color palette created on .