Summer Tropical Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Summer Tropical Breeze palette

Share this palette to:

Summer Tropical Breeze color palette PNG image

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

Summer Tropical Breeze color palette CSS

/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #16a286;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #16a286;
--color-3: #2ecc70;
--color-4: #28af60;
--color-5: #3398db;
}

Summer Tropical Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #16a286, #2ecc70, #28af60, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #16a286, #2ecc70, #28af60, #3398db);
}

Summer Tropical Breeze color palette created on .