Terracotta Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Terracotta Dreams palette

Share this palette to:

Terracotta Dreams color palette CSS

/* CSS */
.color-1 {
color: #7e4b3a;
}
.color-2 {
color: #a85e4d;
}
.color-3 {
color: #d08c6d;
}
.color-4 {
color: #e4b66c;
}
.color-5 {
color: #f4cca4;
}

/* CSS Variables */
:root {
--color-1: #7e4b3a;
--color-2: #a85e4d;
--color-3: #d08c6d;
--color-4: #e4b66c;
--color-5: #f4cca4;
}

Terracotta Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4b3a, #a85e4d, #d08c6d, #e4b66c, #f4cca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4b3a, #a85e4d, #d08c6d, #e4b66c, #f4cca4);
}

Terracotta Dreams color palette created on .