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: #a3d55d;
}
.color-2 {
color: #4eb1a7;
}
.color-3 {
color: #2c8c9b;
}
.color-4 {
color: #1b5a79;
}
.color-5 {
color: #0d3a6e;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #4eb1a7;
--color-3: #2c8c9b;
--color-4: #1b5a79;
--color-5: #0d3a6e;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #4eb1a7, #2c8c9b, #1b5a79, #0d3a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #4eb1a7, #2c8c9b, #1b5a79, #0d3a6e);
}

Tropical Serenity color palette created on .