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