Azul Rey Color Palette

Discover the beautiful Azul Rey color palette featuring chathams blue (#1a4c8e), boston blue (#3b7db0), picton blue (#5eb7e4), blizzard blue (#b2e2f0) and aqua haze (#eef2f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Aqua, Light, Bright, Sapphire, Teal, White 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 Azul Rey palette

Share this palette to:

💻 Azul Rey color palette CSS

/* CSS */
.color-1 {
color: #1a4c8e;
}
.color-2 {
color: #3b7db0;
}
.color-3 {
color: #5eb7e4;
}
.color-4 {
color: #b2e2f0;
}
.color-5 {
color: #eef2f6;
}

/* CSS Variables */
:root {
--color-1: #1a4c8e;
--color-2: #3b7db0;
--color-3: #5eb7e4;
--color-4: #b2e2f0;
--color-5: #eef2f6;
}

🌈 Azul Rey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4c8e, #3b7db0, #5eb7e4, #b2e2f0, #eef2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4c8e, #3b7db0, #5eb7e4, #b2e2f0, #eef2f6);
}

Azul Rey color palette created on .