Terracotta Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terracotta Dream palette
Terracotta Dream color palette CSS
/* CSS */
.color-1 {
color: #e17c60;
}
.color-2 {
color: #f4bebe;
}
.color-3 {
color: #f1e0b1;
}
.color-4 {
color: #b8d7b7;
}
.color-5 {
color: #5d6f62;
}
/* CSS Variables */
:root {
--color-1: #e17c60;
--color-2: #f4bebe;
--color-3: #f1e0b1;
--color-4: #b8d7b7;
--color-5: #5d6f62;
}
Terracotta Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e17c60, #f4bebe, #f1e0b1, #b8d7b7, #5d6f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e17c60, #f4bebe, #f1e0b1, #b8d7b7, #5d6f62);
}
Similar color palettes
Terracotta Dream color palette created on .