Earthy Terracotta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Terracotta palette

Share this palette to:

Earthy Terracotta color palette CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #e9b79b;
}
.color-4 {
color: #f7d0c5;
}
.color-5 {
color: #f4c3b8;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d19b6b;
--color-3: #e9b79b;
--color-4: #f7d0c5;
--color-5: #f4c3b8;
}

Earthy Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d19b6b, #e9b79b, #f7d0c5, #f4c3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d19b6b, #e9b79b, #f7d0c5, #f4c3b8);
}

Earthy Terracotta color palette created on .