Tropical Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Tropical Breeze

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

tavolozza dei colori Tropical Breeze 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;
}

CSS con gradiente di sfondo Tropical Breeze

/* 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 .