Tropical Teal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Teal Serenity palette
Tropical Teal Serenity color palette CSS
/* CSS */
.color-1 {
color: #00cc99;
}
.color-2 {
color: #00b3a1;
}
.color-3 {
color: #00998c;
}
.color-4 {
color: #00807d;
}
.color-5 {
color: #006b69;
}
/* CSS Variables */
:root {
--color-1: #00cc99;
--color-2: #00b3a1;
--color-3: #00998c;
--color-4: #00807d;
--color-5: #006b69;
}
Tropical Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cc99, #00b3a1, #00998c, #00807d, #006b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cc99, #00b3a1, #00998c, #00807d, #006b69);
}
Similar color palettes
Tropical Teal Serenity color palette created on .