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: #4ad3b6;
}
.color-2 {
color: #3db8a1;
}
.color-3 {
color: #2c9b90;
}
.color-4 {
color: #1f7a78;
}
.color-5 {
color: #1b5f64;
}
/* CSS Variables */
:root {
--color-1: #4ad3b6;
--color-2: #3db8a1;
--color-3: #2c9b90;
--color-4: #1f7a78;
--color-5: #1b5f64;
}
Tropical Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ad3b6, #3db8a1, #2c9b90, #1f7a78, #1b5f64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ad3b6, #3db8a1, #2c9b90, #1f7a78, #1b5f64);
}
Similar color palettes
Tropical Teal Serenity color palette created on .