Paleta de colores Tropical Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Tropical Serenity

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

CSS de la paleta de colores Tropical Serenity

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a4dada;
}
.color-3 {
color: #7fd2d2;
}
.color-4 {
color: #4abfbf;
}
.color-5 {
color: #009999;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a4dada;
--color-3: #7fd2d2;
--color-4: #4abfbf;
--color-5: #009999;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a4dada, #7fd2d2, #4abfbf, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a4dada, #7fd2d2, #4abfbf, #009999);
}

Tropical Serenity color palette created on .