Mora Azul Color Palette

Discover the beautiful Mora Azul color palette featuring scampi (#5d5fa8), steel blue (#4b7bb9), fountain blue (#4eb7b1), water leaf (#a0e9c7) and azalea (#f7c5c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Green, Pastel, Spring, Vibrant, Soft, Mint 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 Mora Azul palette

Share this palette to:

💻 Mora Azul color palette CSS

/* CSS */
.color-1 {
color: #5d5fa8;
}
.color-2 {
color: #4b7bb9;
}
.color-3 {
color: #4eb7b1;
}
.color-4 {
color: #a0e9c7;
}
.color-5 {
color: #f7c5c5;
}

/* CSS Variables */
:root {
--color-1: #5d5fa8;
--color-2: #4b7bb9;
--color-3: #4eb7b1;
--color-4: #a0e9c7;
--color-5: #f7c5c5;
}

🌈 Mora Azul background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d5fa8, #4b7bb9, #4eb7b1, #a0e9c7, #f7c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d5fa8, #4b7bb9, #4eb7b1, #a0e9c7, #f7c5c5);
}

Mora Azul color palette created on .