Tropical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #7ed3c0;
}
.color-2 {
color: #4eb7a3;
}
.color-3 {
color: #2e8e7b;
}
.color-4 {
color: #1e675e;
}
.color-5 {
color: #0f4d42;
}
/* CSS Variables */
:root {
--color-1: #7ed3c0;
--color-2: #4eb7a3;
--color-3: #2e8e7b;
--color-4: #1e675e;
--color-5: #0f4d42;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ed3c0, #4eb7a3, #2e8e7b, #1e675e, #0f4d42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ed3c0, #4eb7a3, #2e8e7b, #1e675e, #0f4d42);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Tropical Serenity color palette created on .