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: #ebf3f4;
}
.color-2 {
color: #f2ece3;
}
.color-3 {
color: #f8f2f2;
}
.color-4 {
color: #e9e2dd;
}
.color-5 {
color: #f6ebe4;
}

/* CSS Variables */
:root {
--color-1: #ebf3f4;
--color-2: #f2ece3;
--color-3: #f8f2f2;
--color-4: #e9e2dd;
--color-5: #f6ebe4;
}

Teal and Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebf3f4, #f2ece3, #f8f2f2, #e9e2dd, #f6ebe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebf3f4, #f2ece3, #f8f2f2, #e9e2dd, #f6ebe4);
}

Teal and Terracotta color palette created on .