Tropical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Download Tropical Serenity Color Palette (PNG)
Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #e8a85e;
}
.color-2 {
color: #f8b29b;
}
.color-3 {
color: #f7d259;
}
.color-4 {
color: #69c0c3;
}
.color-5 {
color: #3b6e8c;
}
/* CSS Variables */
:root {
--color-1: #e8a85e;
--color-2: #f8b29b;
--color-3: #f7d259;
--color-4: #69c0c3;
--color-5: #3b6e8c;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a85e, #f8b29b, #f7d259, #69c0c3, #3b6e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a85e, #f8b29b, #f7d259, #69c0c3, #3b6e8c);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Tropical Serenity color palette created on .