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: #d97959;
}
.color-2 {
color: #e5a86c;
}
.color-3 {
color: #f5c87a;
}
.color-4 {
color: #f1e1b6;
}
.color-5 {
color: #d7b3a2;
}

/* CSS Variables */
:root {
--color-1: #d97959;
--color-2: #e5a86c;
--color-3: #f5c87a;
--color-4: #f1e1b6;
--color-5: #d7b3a2;
}

Warm Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d97959, #e5a86c, #f5c87a, #f1e1b6, #d7b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d97959, #e5a86c, #f5c87a, #f1e1b6, #d7b3a2);
}

Warm Terracotta color palette created on .