Azul y Rojo Color Palette

Discover the beautiful Azul y Rojo color palette featuring denim (#1a7ebc), picton blue (#50b1e2), regent st blue (#a9d9e5), pomegranate (#f43b1f) and rose bud (#f7a7a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Red, Bright, Spring, Summer, Vibrant, Coastal, Clear Spring 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 y Rojo palette

Share this palette to:

💻 Azul y Rojo color palette CSS

/* CSS */
.color-1 {
color: #1a7ebc;
}
.color-2 {
color: #50b1e2;
}
.color-3 {
color: #a9d9e5;
}
.color-4 {
color: #f43b1f;
}
.color-5 {
color: #f7a7a1;
}

/* CSS Variables */
:root {
--color-1: #1a7ebc;
--color-2: #50b1e2;
--color-3: #a9d9e5;
--color-4: #f43b1f;
--color-5: #f7a7a1;
}

🌈 Azul y Rojo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a7ebc, #50b1e2, #a9d9e5, #f43b1f, #f7a7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a7ebc, #50b1e2, #a9d9e5, #f43b1f, #f7a7a1);
}

Azul y Rojo color palette created on .