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: #1b6d79;
}
.color-2 {
color: #2c8d90;
}
.color-3 {
color: #4fb5b4;
}
.color-4 {
color: #a7e2e0;
}
.color-5 {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--color-1: #1b6d79;
--color-2: #2c8d90;
--color-3: #4fb5b4;
--color-4: #a7e2e0;
--color-5: #e2f8f8;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6d79, #2c8d90, #4fb5b4, #a7e2e0, #e2f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6d79, #2c8d90, #4fb5b4, #a7e2e0, #e2f8f8);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Tropical Serenity color palette created on .