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: #8fd6b4;
}
.color-2 {
color: #69c3a5;
}
.color-3 {
color: #3dae97;
}
.color-4 {
color: #298978;
}
.color-5 {
color: #1d5a5d;
}

/* CSS Variables */
:root {
--color-1: #8fd6b4;
--color-2: #69c3a5;
--color-3: #3dae97;
--color-4: #298978;
--color-5: #1d5a5d;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fd6b4, #69c3a5, #3dae97, #298978, #1d5a5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fd6b4, #69c3a5, #3dae97, #298978, #1d5a5d);
}

Tropical Serenity color palette created on .