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: #147665;
}
.color-2 {
color: #20a291;
}
.color-3 {
color: #3ddbce;
}
.color-4 {
color: #cbf0e9;
}
.color-5 {
color: #eefcfa;
}

/* CSS Variables */
:root {
--color-1: #147665;
--color-2: #20a291;
--color-3: #3ddbce;
--color-4: #cbf0e9;
--color-5: #eefcfa;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #147665, #20a291, #3ddbce, #cbf0e9, #eefcfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #147665, #20a291, #3ddbce, #cbf0e9, #eefcfa);
}

Similar color palettes

Tropical Serenity color palette created on .