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: #007b80;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d1c0;
}
.color-4 {
color: #00e6e2;
}
.color-5 {
color: #00f5f1;
}
/* CSS Variables */
:root {
--color-1: #007b80;
--color-2: #00b3aa;
--color-3: #00d1c0;
--color-4: #00e6e2;
--color-5: #00f5f1;
}
Tropical Teal Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007b80, #00b3aa, #00d1c0, #00e6e2, #00f5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007b80, #00b3aa, #00d1c0, #00e6e2, #00f5f1);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Tropical Teal Breeze color palette created on .