Earthy Red Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Red Harmony palette

Share this palette to:

Earthy Red Harmony color palette CSS

/* CSS */
.color-1 {
color: #8c3f3b;
}
.color-2 {
color: #e0a100;
}
.color-3 {
color: #d3c7a1;
}
.color-4 {
color: #497b9c;
}
.color-5 {
color: #e8b5a1;
}

/* CSS Variables */
:root {
--color-1: #8c3f3b;
--color-2: #e0a100;
--color-3: #d3c7a1;
--color-4: #497b9c;
--color-5: #e8b5a1;
}

Earthy Red Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3f3b, #e0a100, #d3c7a1, #497b9c, #e8b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3f3b, #e0a100, #d3c7a1, #497b9c, #e8b5a1);
}

Earthy Red Harmony color palette created on .