Tropical Teal Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Teal Breeze palette
Tropical Teal Breeze color palette CSS
/* CSS */
.color-1 {
color: #006e85;
}
.color-2 {
color: #00a0a3;
}
.color-3 {
color: #00c2bf;
}
.color-4 {
color: #00e0d1;
}
.color-5 {
color: #5ee4df;
}
/* CSS Variables */
:root {
--color-1: #006e85;
--color-2: #00a0a3;
--color-3: #00c2bf;
--color-4: #00e0d1;
--color-5: #5ee4df;
}
Tropical Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006e85, #00a0a3, #00c2bf, #00e0d1, #5ee4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006e85, #00a0a3, #00c2bf, #00e0d1, #5ee4df);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Tropical Teal Breeze color palette created on .