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