Paleta de colores Tropical Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Tropical Blue

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

CSS de la paleta de colores Tropical Blue

/* CSS */
.color-1 {
color: #3b6c8c;
}
.color-2 {
color: #4e8997;
}
.color-3 {
color: #61b3b3;
}
.color-4 {
color: #84d1d7;
}
.color-5 {
color: #a4e5e5;
}

/* CSS Variables */
:root {
--color-1: #3b6c8c;
--color-2: #4e8997;
--color-3: #61b3b3;
--color-4: #84d1d7;
--color-5: #a4e5e5;
}

CSS del degradado de fondo Tropical Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6c8c, #4e8997, #61b3b3, #84d1d7, #a4e5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6c8c, #4e8997, #61b3b3, #84d1d7, #a4e5e5);
}

Tropical Blue color palette created on .