Terracotta Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terracotta Blue palette
Terracotta Blue color palette CSS
/* CSS */
.color-1 {
color: #b16c4e;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #a1c7e8;
}
.color-5 {
color: #5a8daa;
}
/* CSS Variables */
:root {
--color-1: #b16c4e;
--color-2: #d79b70;
--color-3: #e9caa5;
--color-4: #a1c7e8;
--color-5: #5a8daa;
}
Terracotta Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b16c4e, #d79b70, #e9caa5, #a1c7e8, #5a8daa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b16c4e, #d79b70, #e9caa5, #a1c7e8, #5a8daa);
}
Similar color palettes
Scroll down to explore 500+ Earthy color palettes
Terracotta Blue color palette created on .