Vibrant Brick Earth Color Palette

Brightness

Saturation

Warmth

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: #b75d4e;
}
.color-2 {
color: #699d4d;
}
.color-3 {
color: #4ca4d6;
}
.color-4 {
color: #f7d78d;
}
.color-5 {
color: #f0a770;
}

/* CSS Variables */
:root {
--color-1: #b75d4e;
--color-2: #699d4d;
--color-3: #4ca4d6;
--color-4: #f7d78d;
--color-5: #f0a770;
}

Vibrant Brick Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b75d4e, #699d4d, #4ca4d6, #f7d78d, #f0a770);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b75d4e, #699d4d, #4ca4d6, #f7d78d, #f0a770);
}

Vibrant Brick Earth color palette created on .