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: #1ab0c7;
}
.color-2 {
color: #4bc7d8;
}
.color-3 {
color: #9fe5e1;
}
.color-4 {
color: #ffcf4d;
}
.color-5 {
color: #f76a55;
}

/* CSS Variables */
:root {
--color-1: #1ab0c7;
--color-2: #4bc7d8;
--color-3: #9fe5e1;
--color-4: #ffcf4d;
--color-5: #f76a55;
}

Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab0c7, #4bc7d8, #9fe5e1, #ffcf4d, #f76a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab0c7, #4bc7d8, #9fe5e1, #ffcf4d, #f76a55);
}

Similar color palettes

Tropical Breeze color palette created on .