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: #01ad90;
}
.color-2 {
color: #00bdad;
}
.color-3 {
color: #00d1ca;
}
.color-4 {
color: #00e6da;
}
.color-5 {
color: #a0f3e0;
}

/* CSS Variables */
:root {
--color-1: #01ad90;
--color-2: #00bdad;
--color-3: #00d1ca;
--color-4: #00e6da;
--color-5: #a0f3e0;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #01ad90, #00bdad, #00d1ca, #00e6da, #a0f3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #01ad90, #00bdad, #00d1ca, #00e6da, #a0f3e0);
}

Tropical Serenity color palette created on .