Terracotta Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Terracotta Shades palette

Share this palette to:

Terracotta Shades color palette CSS

/* CSS */
.color-1 {
color: #c36346;
}
.color-2 {
color: #d39569;
}
.color-3 {
color: #dbac84;
}
.color-4 {
color: #e2be97;
}
.color-5 {
color: #ebd7bd;
}

/* CSS Variables */
:root {
--color-1: #c36346;
--color-2: #d39569;
--color-3: #dbac84;
--color-4: #e2be97;
--color-5: #ebd7bd;
}

Terracotta Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c36346, #d39569, #dbac84, #e2be97, #ebd7bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c36346, #d39569, #dbac84, #e2be97, #ebd7bd);
}

Terracotta Shades color palette created on .