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: #2ed1c6;
}
.color-2 {
color: #2a7a92;
}
.color-3 {
color: #39b7c0;
}
.color-4 {
color: #c9e9e1;
}
.color-5 {
color: #f2d86e;
}

/* CSS Variables */
:root {
--color-1: #2ed1c6;
--color-2: #2a7a92;
--color-3: #39b7c0;
--color-4: #c9e9e1;
--color-5: #f2d86e;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ed1c6, #2a7a92, #39b7c0, #c9e9e1, #f2d86e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ed1c6, #2a7a92, #39b7c0, #c9e9e1, #f2d86e);
}

Tropical Serenity color palette created on .