Tropical Tranquility Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Tranquility palette

Share this palette to:

Tropical Tranquility color palette CSS

/* CSS */
.color-1 {
color: #a7e0e6;
}
.color-2 {
color: #4eb7b3;
}
.color-3 {
color: #009975;
}
.color-4 {
color: #007a5e;
}
.color-5 {
color: #004d40;
}

/* CSS Variables */
:root {
--color-1: #a7e0e6;
--color-2: #4eb7b3;
--color-3: #009975;
--color-4: #007a5e;
--color-5: #004d40;
}

Tropical Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e0e6, #4eb7b3, #009975, #007a5e, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e0e6, #4eb7b3, #009975, #007a5e, #004d40);
}

Tropical Tranquility color palette created on .