Teal and Terracotta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Terracotta palette

Share this palette to:

Teal and Terracotta color palette CSS

/* CSS */
.color-1 {
color: #a5d1d5;
}
.color-2 {
color: #c3893c;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #4d3a2d;
}
.color-5 {
color: #f67d31;
}

/* CSS Variables */
:root {
--color-1: #a5d1d5;
--color-2: #c3893c;
--color-3: #ffffff;
--color-4: #4d3a2d;
--color-5: #f67d31;
}

Teal and Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d1d5, #c3893c, #ffffff, #4d3a2d, #f67d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d1d5, #c3893c, #ffffff, #4d3a2d, #f67d31);
}

Teal and Terracotta color palette created on .