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: #08e7dc;
}
.color-2 {
color: #00b89f;
}
.color-3 {
color: #008a73;
}
.color-4 {
color: #00615a;
}
.color-5 {
color: #003d3b;
}

/* CSS Variables */
:root {
--color-1: #08e7dc;
--color-2: #00b89f;
--color-3: #008a73;
--color-4: #00615a;
--color-5: #003d3b;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08e7dc, #00b89f, #008a73, #00615a, #003d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08e7dc, #00b89f, #008a73, #00615a, #003d3b);
}

Tropical Serenity color palette created on .