Tropical Teal Escape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Teal Escape palette
Tropical Teal Escape color palette CSS
/* CSS */
.color-1 {
color: #a0dad7;
}
.color-2 {
color: #80d3db;
}
.color-3 {
color: #4cb6b8;
}
.color-4 {
color: #25a2a0;
}
.color-5 {
color: #00998a;
}
/* CSS Variables */
:root {
--color-1: #a0dad7;
--color-2: #80d3db;
--color-3: #4cb6b8;
--color-4: #25a2a0;
--color-5: #00998a;
}
Tropical Teal Escape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0dad7, #80d3db, #4cb6b8, #25a2a0, #00998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0dad7, #80d3db, #4cb6b8, #25a2a0, #00998a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Tropical Teal Escape color palette created on .