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: #c8ff52;
}
.color-2 {
color: #a6e7b9;
}
.color-3 {
color: #5cd6d2;
}
.color-4 {
color: #3ebb9c;
}
.color-5 {
color: #a5d2f3;
}

/* CSS Variables */
:root {
--color-1: #c8ff52;
--color-2: #a6e7b9;
--color-3: #5cd6d2;
--color-4: #3ebb9c;
--color-5: #a5d2f3;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8ff52, #a6e7b9, #5cd6d2, #3ebb9c, #a5d2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8ff52, #a6e7b9, #5cd6d2, #3ebb9c, #a5d2f3);
}

Tropical Serenity color palette created on .