Royal Waves Color Palette

Discover the beautiful Royal Waves color palette featuring torea bay (#0a389c), denim (#155abe), curious blue (#207fd6), curious blue (#3390e2) and picton blue (#54abe6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Cyan, Light, Modern, 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 Royal Waves palette

Share this palette to:

💻 Royal Waves color palette CSS

/* CSS */
.color-1 {
color: #0a389c;
}
.color-2 {
color: #155abe;
}
.color-3 {
color: #207fd6;
}
.color-4 {
color: #3390e2;
}
.color-5 {
color: #54abe6;
}

/* CSS Variables */
:root {
--color-1: #0a389c;
--color-2: #155abe;
--color-3: #207fd6;
--color-4: #3390e2;
--color-5: #54abe6;
}

🌈 Royal Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a389c, #155abe, #207fd6, #3390e2, #54abe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a389c, #155abe, #207fd6, #3390e2, #54abe6);
}

Royal Waves color palette created on .