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: #397c93;
}
.color-2 {
color: #5dafbb;
}
.color-3 {
color: #8fd5e0;
}
.color-4 {
color: #f3e8b9;
}
.color-5 {
color: #f1c7a7;
}
/* CSS Variables */
:root {
--color-1: #397c93;
--color-2: #5dafbb;
--color-3: #8fd5e0;
--color-4: #f3e8b9;
--color-5: #f1c7a7;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #397c93, #5dafbb, #8fd5e0, #f3e8b9, #f1c7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #397c93, #5dafbb, #8fd5e0, #f3e8b9, #f1c7a7);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Tropical Serenity color palette created on .