Oceanic Sunset Color Palette

Discover the beautiful Oceanic Sunset color palette featuring tradewind (#53b2a8), smalt blue (#4f8c8c), bismark (#4b6e8b), cream can (#f6c76a) and flamingo (#f1693b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Summer, Vibrant 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: #53b2a8;
}
.color-2 {
color: #4f8c8c;
}
.color-3 {
color: #4b6e8b;
}
.color-4 {
color: #f6c76a;
}
.color-5 {
color: #f1693b;
}

/* CSS Variables */
:root {
--color-1: #53b2a8;
--color-2: #4f8c8c;
--color-3: #4b6e8b;
--color-4: #f6c76a;
--color-5: #f1693b;
}

🌈 Oceanic Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #53b2a8, #4f8c8c, #4b6e8b, #f6c76a, #f1693b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #53b2a8, #4f8c8c, #4b6e8b, #f6c76a, #f1693b);
}

Oceanic Sunset color palette created on .