Tropical Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Share this palette to:

Tropical Serenity color palette CSS

/* CSS */
.color-1 {
color: #a7d7cf;
}
.color-2 {
color: #7ed3c0;
}
.color-3 {
color: #4abaa2;
}
.color-4 {
color: #2b9c8b;
}
.color-5 {
color: #1a8977;
}

/* CSS Variables */
:root {
--color-1: #a7d7cf;
--color-2: #7ed3c0;
--color-3: #4abaa2;
--color-4: #2b9c8b;
--color-5: #1a8977;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7cf, #7ed3c0, #4abaa2, #2b9c8b, #1a8977);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7cf, #7ed3c0, #4abaa2, #2b9c8b, #1a8977);
}

Tropical Serenity color palette created on .