Terra Breeze Color Palette

Discover the beautiful Terra Breeze color palette featuring san marino (#4972a4), chambray (#385e87), san juan (#2d4b66), napa (#b2a294) and pharlap (#a98086).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Blue, Earthy, Gray, Modern, Pink, Teal, Vintage 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 Terra Breeze palette

Share this palette to:

💻 Terra Breeze color palette CSS

/* CSS */
.color-1 {
color: #4972a4;
}
.color-2 {
color: #385e87;
}
.color-3 {
color: #2d4b66;
}
.color-4 {
color: #b2a294;
}
.color-5 {
color: #a98086;
}

/* CSS Variables */
:root {
--color-1: #4972a4;
--color-2: #385e87;
--color-3: #2d4b66;
--color-4: #b2a294;
--color-5: #a98086;
}

🌈 Terra Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4972a4, #385e87, #2d4b66, #b2a294, #a98086);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4972a4, #385e87, #2d4b66, #b2a294, #a98086);
}

Terra Breeze color palette created on .