Blue Terracotta Color Palette

Discover the beautiful Blue Terracotta color palette featuring hippie blue (#4c8fa9), akaroa (#d4c8af), yellow metal (#795b39), linen (#f8e2d3) and di serria (#d98a59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Brown, Earthy, Warm 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 Terracotta palette

Share this palette to:

💻 Blue Terracotta color palette CSS

/* CSS */
.color-1 {
color: #4c8fa9;
}
.color-2 {
color: #d4c8af;
}
.color-3 {
color: #795b39;
}
.color-4 {
color: #f8e2d3;
}
.color-5 {
color: #d98a59;
}

/* CSS Variables */
:root {
--color-1: #4c8fa9;
--color-2: #d4c8af;
--color-3: #795b39;
--color-4: #f8e2d3;
--color-5: #d98a59;
}

🌈 Blue Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8fa9, #d4c8af, #795b39, #f8e2d3, #d98a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8fa9, #d4c8af, #795b39, #f8e2d3, #d98a59);
}

Blue Terracotta color palette created on .