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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Vibrant Brick Earth color palette created on .