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 CSS

/* CSS */
.color-1 {
color: #0096d6;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #00e6de;
}
.color-4 {
color: #1dfcc8;
}
.color-5 {
color: #3dff57;
}

/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #00bfff;
--color-3: #00e6de;
--color-4: #1dfcc8;
--color-5: #3dff57;
}

Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #00bfff, #00e6de, #1dfcc8, #3dff57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #00bfff, #00e6de, #1dfcc8, #3dff57);
}

Tropical Breeze color palette created on .