Shades of Teal and Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Teal and Coral palette

Share this palette to:

Shades of Teal and Coral color palette CSS

/* CSS */
.color-1 {
color: #6fc3a0;
}
.color-2 {
color: #ff8175;
}
.color-3 {
color: #81d0fd;
}
.color-4 {
color: #ff426e;
}
.color-5 {
color: #b7571f;
}

/* CSS Variables */
:root {
--color-1: #6fc3a0;
--color-2: #ff8175;
--color-3: #81d0fd;
--color-4: #ff426e;
--color-5: #b7571f;
}

Shades of Teal and Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fc3a0, #ff8175, #81d0fd, #ff426e, #b7571f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fc3a0, #ff8175, #81d0fd, #ff426e, #b7571f);
}

Shades of Teal and Coral color palette created on .