Teal and Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Coral palette
Color Inspiration
Images that showcase this color palette in real designs
Download Teal and Coral Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal and Coral color palette created on .