Tropical Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Breeze palette

Share this palette to:

Tropical Breeze color palette PNG image

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

Tropical Breeze color palette CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #009485;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff5724;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #009485;
--color-3: #4cae4f;
--color-4: #ffec3d;
--color-5: #ff5724;
}

Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #009485, #4cae4f, #ffec3d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #009485, #4cae4f, #ffec3d, #ff5724);
}

Tropical Breeze color palette created on .