Tropical Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Teal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Tropical Teal Color Palette (PNG)
Tropical Teal color palette CSS
/* CSS */
.color-1 {
color: #1d9a9a;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #e56b2e;
}
.color-5 {
color: #a14f8c;
}
/* CSS Variables */
:root {
--color-1: #1d9a9a;
--color-2: #f3ca4f;
--color-3: #f68a1e;
--color-4: #e56b2e;
--color-5: #a14f8c;
}
Tropical Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9a9a, #f3ca4f, #f68a1e, #e56b2e, #a14f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9a9a, #f3ca4f, #f68a1e, #e56b2e, #a14f8c);
}
Similar color palettes
Tropical Teal color palette created on .