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: #015b7e;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #00c2a5;
}
.color-4 {
color: #a1ea9f;
}
.color-5 {
color: #f9e9b4;
}

/* CSS Variables */
:root {
--color-1: #015b7e;
--color-2: #009975;
--color-3: #00c2a5;
--color-4: #a1ea9f;
--color-5: #f9e9b4;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #015b7e, #009975, #00c2a5, #a1ea9f, #f9e9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #015b7e, #009975, #00c2a5, #a1ea9f, #f9e9b4);
}

Tropical Serenity color palette created on .