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: #2e8e7b;
}
.color-2 {
color: #4dc7a8;
}
.color-3 {
color: #a5e3d2;
}
.color-4 {
color: #f3f6ee;
}
.color-5 {
color: #f49c6c;
}

/* CSS Variables */
:root {
--color-1: #2e8e7b;
--color-2: #4dc7a8;
--color-3: #a5e3d2;
--color-4: #f3f6ee;
--color-5: #f49c6c;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8e7b, #4dc7a8, #a5e3d2, #f3f6ee, #f49c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8e7b, #4dc7a8, #a5e3d2, #f3f6ee, #f49c6c);
}

Tropical Serenity color palette created on .