Terracotta Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Terracotta Blue palette

Share this palette to:

Terracotta Blue color palette CSS

/* CSS */
.color-1 {
color: #0081c7;
}
.color-2 {
color: #e3502b;
}
.color-3 {
color: #f5f2e5;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #ff8566;
}

/* CSS Variables */
:root {
--color-1: #0081c7;
--color-2: #e3502b;
--color-3: #f5f2e5;
--color-4: #009975;
--color-5: #ff8566;
}

Terracotta Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0081c7, #e3502b, #f5f2e5, #009975, #ff8566);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0081c7, #e3502b, #f5f2e5, #009975, #ff8566);
}

Terracotta Blue color palette created on .