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: #009975;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #00e0b4;
}
.color-4 {
color: #a9e0d6;
}
.color-5 {
color: #f0fff0;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00bdad;
--color-3: #00e0b4;
--color-4: #a9e0d6;
--color-5: #f0fff0;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00bdad, #00e0b4, #a9e0d6, #f0fff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00bdad, #00e0b4, #a9e0d6, #f0fff0);
}

Tropical Serenity color palette created on .