Warm Terracotta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Terracotta palette

Share this palette to:

Warm Terracotta color palette CSS

/* CSS */
.color-1 {
color: #b26c53;
}
.color-2 {
color: #d89a6f;
}
.color-3 {
color: #f1c49d;
}
.color-4 {
color: #f6d5a7;
}
.color-5 {
color: #e4b74e;
}

/* CSS Variables */
:root {
--color-1: #b26c53;
--color-2: #d89a6f;
--color-3: #f1c49d;
--color-4: #f6d5a7;
--color-5: #e4b74e;
}

Warm Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b26c53, #d89a6f, #f1c49d, #f6d5a7, #e4b74e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b26c53, #d89a6f, #f1c49d, #f6d5a7, #e4b74e);
}

Warm Terracotta color palette created on .