Royal Waves Color Palette

Discover the beautiful Royal Waves color palette featuring blumine (#1e4d8f), boston blue (#3a78b6), havelock blue (#5ca7e0), jordy blue (#88c2f2) and onahau (#c2e7ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Royal, Bright, Aesthetic, Ocean, Summer, Vibrant, Light, Modern 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: #1e4d8f;
}
.color-2 {
color: #3a78b6;
}
.color-3 {
color: #5ca7e0;
}
.color-4 {
color: #88c2f2;
}
.color-5 {
color: #c2e7ff;
}

/* CSS Variables */
:root {
--color-1: #1e4d8f;
--color-2: #3a78b6;
--color-3: #5ca7e0;
--color-4: #88c2f2;
--color-5: #c2e7ff;
}

🌈 Royal Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d8f, #3a78b6, #5ca7e0, #88c2f2, #c2e7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d8f, #3a78b6, #5ca7e0, #88c2f2, #c2e7ff);
}

Royal Waves color palette created on .