Tropical Aqua Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Aqua palette

Share this palette to:

Download Tropical Aqua Color Palette (PNG)

Download tropical aqua color palette PNG image (landscape)
Download tropical aqua color palette PNG image (square)

Tropical Aqua color palette CSS

/* CSS */
.color-1 {
color: #30bfd5;
}
.color-2 {
color: #1d9a9a;
}
.color-3 {
color: #0a7b7b;
}
.color-4 {
color: #0a5c5c;
}
.color-5 {
color: #0a3d3d;
}

/* CSS Variables */
:root {
--color-1: #30bfd5;
--color-2: #1d9a9a;
--color-3: #0a7b7b;
--color-4: #0a5c5c;
--color-5: #0a3d3d;
}

Tropical Aqua background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30bfd5, #1d9a9a, #0a7b7b, #0a5c5c, #0a3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30bfd5, #1d9a9a, #0a7b7b, #0a5c5c, #0a3d3d);
}

Tropical Aqua color palette created on .