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