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: #abd8d2;
}
.color-2 {
color: #7ed3c2;
}
.color-3 {
color: #5bc2b5;
}
.color-4 {
color: #3bb0a8;
}
.color-5 {
color: #239b9f;
}

/* CSS Variables */
:root {
--color-1: #abd8d2;
--color-2: #7ed3c2;
--color-3: #5bc2b5;
--color-4: #3bb0a8;
--color-5: #239b9f;
}

Tropical Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abd8d2, #7ed3c2, #5bc2b5, #3bb0a8, #239b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abd8d2, #7ed3c2, #5bc2b5, #3bb0a8, #239b9f);
}

Tropical Tranquility color palette created on .