Tropical Tempest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Tempest palette

Share this palette to:

Tropical Tempest color palette CSS

/* CSS */
.color-1 {
color: #4ea4d0;
}
.color-2 {
color: #76c1b5;
}
.color-3 {
color: #a3e1b2;
}
.color-4 {
color: #f4e89a;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4ea4d0;
--color-2: #76c1b5;
--color-3: #a3e1b2;
--color-4: #f4e89a;
--color-5: #ff6e61;
}

Tropical Tempest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ea4d0, #76c1b5, #a3e1b2, #f4e89a, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ea4d0, #76c1b5, #a3e1b2, #f4e89a, #ff6e61);
}

Tropical Tempest color palette created on .