Paleta de colores Tropical Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Tropical Breeze

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

CSS de la paleta de colores Tropical Breeze

/* 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 del degradado de fondo 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 .