Shades of Blue and Terracotta Color Palette

Discover the beautiful Shades of Blue and Terracotta color palette featuring blumine (#1d4d8b), astronaut (#2a2e6f), tawny port (#6b1e40), alpine (#b5952c) and crail (#be543c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Burgundy, Yellow, Red, Autumn 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 Shades of Blue and Terracotta palette

Share this palette to:

💻 Shades of Blue and Terracotta color palette CSS

/* CSS */
.color-1 {
color: #1d4d8b;
}
.color-2 {
color: #2a2e6f;
}
.color-3 {
color: #6b1e40;
}
.color-4 {
color: #b5952c;
}
.color-5 {
color: #be543c;
}

/* CSS Variables */
:root {
--color-1: #1d4d8b;
--color-2: #2a2e6f;
--color-3: #6b1e40;
--color-4: #b5952c;
--color-5: #be543c;
}

🌈 Shades of Blue and Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d8b, #2a2e6f, #6b1e40, #b5952c, #be543c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d8b, #2a2e6f, #6b1e40, #b5952c, #be543c);
}

Shades of Blue and Terracotta color palette created on .