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: #61ffd5;
}
.color-2 {
color: #3cb9b5;
}
.color-3 {
color: #27a59b;
}
.color-4 {
color: #1f7a7a;
}
.color-5 {
color: #0d4a4a;
}

/* CSS Variables */
:root {
--color-1: #61ffd5;
--color-2: #3cb9b5;
--color-3: #27a59b;
--color-4: #1f7a7a;
--color-5: #0d4a4a;
}

Tropical Tranquility background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #61ffd5, #3cb9b5, #27a59b, #1f7a7a, #0d4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #61ffd5, #3cb9b5, #27a59b, #1f7a7a, #0d4a4a);
}

Tropical Tranquility color palette created on .