Terra Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Terra palette

Share this palette to:

Terra color palette PNG image

Download terra color palette PNG image (landscape)
Download terra color palette PNG image (square)

Terra color palette CSS

/* CSS */
.color-1 {
color: #e07c3e;
}
.color-2 {
color: #d65d29;
}
.color-3 {
color: #b7431f;
}
.color-4 {
color: #6a3b29;
}
.color-5 {
color: #4d1f1f;
}

/* CSS Variables */
:root {
--color-1: #e07c3e;
--color-2: #d65d29;
--color-3: #b7431f;
--color-4: #6a3b29;
--color-5: #4d1f1f;
}

Terra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e07c3e, #d65d29, #b7431f, #6a3b29, #4d1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e07c3e, #d65d29, #b7431f, #6a3b29, #4d1f1f);
}

Terra color palette created on .