Paleta de colores Tropical Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Harmony palette

Compartir esta paleta en:

Descargar la paleta de colores Tropical Harmony (PNG)

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

CSS de la paleta de colores Tropical Harmony

/* CSS */
.color-1 {
color: #d0e6d0;
}
.color-2 {
color: #f9c3c3;
}
.color-3 {
color: #f0993d;
}
.color-4 {
color: #d4e6f2;
}
.color-5 {
color: #499c69;
}

/* CSS Variables */
:root {
--color-1: #d0e6d0;
--color-2: #f9c3c3;
--color-3: #f0993d;
--color-4: #d4e6f2;
--color-5: #499c69;
}

CSS del degradado de fondo Tropical Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e6d0, #f9c3c3, #f0993d, #d4e6f2, #499c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e6d0, #f9c3c3, #f0993d, #d4e6f2, #499c69);
}

Tropical Harmony color palette created on .