Oceanic Royalties Color Palette

Discover the beautiful Oceanic Royalties color palette featuring bay of many (#1f3c75), san marino (#3a6ea6), danube (#70b1d2), blizzard blue (#a8e3f0) and tacao (#f0b57a).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Oceanic Royalties color palette CSS

/* CSS */
.color-1 {
color: #1f3c75;
}
.color-2 {
color: #3a6ea6;
}
.color-3 {
color: #70b1d2;
}
.color-4 {
color: #a8e3f0;
}
.color-5 {
color: #f0b57a;
}

/* CSS Variables */
:root {
--color-1: #1f3c75;
--color-2: #3a6ea6;
--color-3: #70b1d2;
--color-4: #a8e3f0;
--color-5: #f0b57a;
}

🌈 Oceanic Royalties background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c75, #3a6ea6, #70b1d2, #a8e3f0, #f0b57a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c75, #3a6ea6, #70b1d2, #a8e3f0, #f0b57a);
}

Oceanic Royalties color palette created on .