Teal and Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Coral palette

Share this palette to:

Download Teal and Coral Color Palette (PNG)

Download teal and coral color palette PNG image (landscape)
Download teal and coral color palette PNG image (square)

Teal and Coral color palette CSS

/* CSS */
.color-1 {
color: #3d9e9e;
}
.color-2 {
color: #f0b6a3;
}
.color-3 {
color: #f6d4a2;
}
.color-4 {
color: #eabe71;
}
.color-5 {
color: #d75c33;
}

/* CSS Variables */
:root {
--color-1: #3d9e9e;
--color-2: #f0b6a3;
--color-3: #f6d4a2;
--color-4: #eabe71;
--color-5: #d75c33;
}

Teal and Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9e9e, #f0b6a3, #f6d4a2, #eabe71, #d75c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9e9e, #f0b6a3, #f6d4a2, #eabe71, #d75c33);
}

Teal and Coral color palette created on .