Blue Royalty Color Palette

Discover the beautiful Blue Royalty color palette featuring san marino (#3d5a9e), cornflower blue (#6b8feb), jordy blue (#9eb8f5), pattens blue (#d6e7ff) and gigas (#4b3d8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Indigo, Lavender, Light, Purple, Royal, Soft 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 Blue Royalty palette

Share this palette to:

💻 Blue Royalty color palette CSS

/* CSS */
.color-1 {
color: #3d5a9e;
}
.color-2 {
color: #6b8feb;
}
.color-3 {
color: #9eb8f5;
}
.color-4 {
color: #d6e7ff;
}
.color-5 {
color: #4b3d8f;
}

/* CSS Variables */
:root {
--color-1: #3d5a9e;
--color-2: #6b8feb;
--color-3: #9eb8f5;
--color-4: #d6e7ff;
--color-5: #4b3d8f;
}

🌈 Blue Royalty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a9e, #6b8feb, #9eb8f5, #d6e7ff, #4b3d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a9e, #6b8feb, #9eb8f5, #d6e7ff, #4b3d8f);
}

Blue Royalty color palette created on .