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: #4fb06f;
}
.color-2 {
color: #3bbf8f;
}
.color-3 {
color: #2eb8a1;
}
.color-4 {
color: #1da7b4;
}
.color-5 {
color: #00a5c2;
}

/* CSS Variables */
:root {
--color-1: #4fb06f;
--color-2: #3bbf8f;
--color-3: #2eb8a1;
--color-4: #1da7b4;
--color-5: #00a5c2;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fb06f, #3bbf8f, #2eb8a1, #1da7b4, #00a5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fb06f, #3bbf8f, #2eb8a1, #1da7b4, #00a5c2);
}

Tropical Serenity color palette created on .