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: #a3dbd2;
}
.color-2 {
color: #7fd7d2;
}
.color-3 {
color: #4bbabe;
}
.color-4 {
color: #00999e;
}
.color-5 {
color: #007d80;
}
/* CSS Variables */
:root {
--color-1: #a3dbd2;
--color-2: #7fd7d2;
--color-3: #4bbabe;
--color-4: #00999e;
--color-5: #007d80;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3dbd2, #7fd7d2, #4bbabe, #00999e, #007d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3dbd2, #7fd7d2, #4bbabe, #00999e, #007d80);
}
Similar color palettes
Tropical Serenity color palette created on .