Terracotta Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terracotta Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Terracotta Dream Color Palette (PNG)
Terracotta Dream color palette CSS
/* CSS */
.color-1 {
color: #e27a5a;
}
.color-2 {
color: #d8a669;
}
.color-3 {
color: #d5c58b;
}
.color-4 {
color: #f5e29e;
}
.color-5 {
color: #f2b96e;
}
/* CSS Variables */
:root {
--color-1: #e27a5a;
--color-2: #d8a669;
--color-3: #d5c58b;
--color-4: #f5e29e;
--color-5: #f2b96e;
}
Terracotta Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e27a5a, #d8a669, #d5c58b, #f5e29e, #f2b96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e27a5a, #d8a669, #d5c58b, #f5e29e, #f2b96e);
}
Similar color palettes
Terracotta Dream color palette created on .