Loading...
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: #1f898e;
}
.color-2 {
color: #3cb4b0;
}
.color-3 {
color: #6ce5e1;
}
.color-4 {
color: #b2f0e6;
}
.color-5 {
color: #ff9d2e;
}
/* CSS Variables */
:root {
--color-1: #1f898e;
--color-2: #3cb4b0;
--color-3: #6ce5e1;
--color-4: #b2f0e6;
--color-5: #ff9d2e;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f898e, #3cb4b0, #6ce5e1, #b2f0e6, #ff9d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f898e, #3cb4b0, #6ce5e1, #b2f0e6, #ff9d2e);
}
Similar color palettes
Tropical Serenity color palette created on .