Oceanic Sunset Color Palette

Discover the beautiful Oceanic Sunset color palette featuring deep cerulean (#05879e), fountain blue (#4bb9b7), wewak (#f2a6a1), mandy (#e35b4f) and cream can (#f7ca50).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Oceanic Sunset color palette CSS

/* CSS */
.color-1 {
color: #05879e;
}
.color-2 {
color: #4bb9b7;
}
.color-3 {
color: #f2a6a1;
}
.color-4 {
color: #e35b4f;
}
.color-5 {
color: #f7ca50;
}

/* CSS Variables */
:root {
--color-1: #05879e;
--color-2: #4bb9b7;
--color-3: #f2a6a1;
--color-4: #e35b4f;
--color-5: #f7ca50;
}

🌈 Oceanic Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05879e, #4bb9b7, #f2a6a1, #e35b4f, #f7ca50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05879e, #4bb9b7, #f2a6a1, #e35b4f, #f7ca50);
}

Oceanic Sunset color palette created on .