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: #a1e2df;
}
.color-2 {
color: #58b6b0;
}
.color-3 {
color: #2a8984;
}
.color-4 {
color: #1e5c5b;
}
.color-5 {
color: #0b383c;
}
/* CSS Variables */
:root {
--color-1: #a1e2df;
--color-2: #58b6b0;
--color-3: #2a8984;
--color-4: #1e5c5b;
--color-5: #0b383c;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e2df, #58b6b0, #2a8984, #1e5c5b, #0b383c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e2df, #58b6b0, #2a8984, #1e5c5b, #0b383c);
}
Similar color palettes
Tropical Serenity color palette created on .