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: #00b3a1;
}
.color-2 {
color: #1de2a7;
}
.color-3 {
color: #4fe3b4;
}
.color-4 {
color: #a1f7d3;
}
.color-5 {
color: #e1f9f4;
}

/* CSS Variables */
:root {
--color-1: #00b3a1;
--color-2: #1de2a7;
--color-3: #4fe3b4;
--color-4: #a1f7d3;
--color-5: #e1f9f4;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3a1, #1de2a7, #4fe3b4, #a1f7d3, #e1f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3a1, #1de2a7, #4fe3b4, #a1f7d3, #e1f9f4);
}

Tropical Serenity color palette created on .