Oceanic Twilight Blues Color Palette

Discover the beautiful Oceanic Twilight Blues color palette featuring spindle (#bad1ed), steel blue (#5a81b6), chambray (#31548b), madison (#0f286a) and downriver (#081954).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Minimalist, Modern, Winter 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 Twilight Blues palette

Share this palette to:

💻 Oceanic Twilight Blues color palette CSS

/* CSS */
.color-1 {
color: #bad1ed;
}
.color-2 {
color: #5a81b6;
}
.color-3 {
color: #31548b;
}
.color-4 {
color: #0f286a;
}
.color-5 {
color: #081954;
}

/* CSS Variables */
:root {
--color-1: #bad1ed;
--color-2: #5a81b6;
--color-3: #31548b;
--color-4: #0f286a;
--color-5: #081954;
}

🌈 Oceanic Twilight Blues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bad1ed, #5a81b6, #31548b, #0f286a, #081954);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bad1ed, #5a81b6, #31548b, #0f286a, #081954);
}

Oceanic Twilight Blues color palette created on .