Vibrant Brick Earth Color Palette

Discover the beautiful Vibrant Brick Earth color palette featuring apple blossom (#ab5544), fern green (#698d44), steel blue (#5093b9), harvest gold (#e0c07b) and di serria (#d99863).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Green, Blue, Yellow, Orange, Warm, Earthy, Soft, Coastal, 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 Vibrant Brick Earth palette

Share this palette to:

๐Ÿ’ป Vibrant Brick Earth color palette CSS

/* CSS */
.color-1 {
color: #ab5544;
}
.color-2 {
color: #698d44;
}
.color-3 {
color: #5093b9;
}
.color-4 {
color: #e0c07b;
}
.color-5 {
color: #d99863;
}

/* CSS Variables */
:root {
--color-1: #ab5544;
--color-2: #698d44;
--color-3: #5093b9;
--color-4: #e0c07b;
--color-5: #d99863;
}

๐ŸŒˆ Vibrant Brick Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab5544, #698d44, #5093b9, #e0c07b, #d99863);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab5544, #698d44, #5093b9, #e0c07b, #d99863);
}

Vibrant Brick Earth color palette created on .