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: #0097a8;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #80deea;
}
.color-4 {
color: #e0f7fa;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00bdd6;
--color-3: #80deea;
--color-4: #e0f7fa;
--color-5: #ffffff;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00bdd6, #80deea, #e0f7fa, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00bdd6, #80deea, #e0f7fa, #ffffff);
}
Similar color palettes
Scroll down to explore 90+ Aqua color palettes
Tropical Serenity color palette created on .