Paleta de colores Tropical Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Serenity

/* CSS */
.color-1 {
color: #02bb77;
}
.color-2 {
color: #1ac18c;
}
.color-3 {
color: #3acf9b;
}
.color-4 {
color: #58dfae;
}
.color-5 {
color: #8affb1;
}

/* CSS Variables */
:root {
--color-1: #02bb77;
--color-2: #1ac18c;
--color-3: #3acf9b;
--color-4: #58dfae;
--color-5: #8affb1;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02bb77, #1ac18c, #3acf9b, #58dfae, #8affb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02bb77, #1ac18c, #3acf9b, #58dfae, #8affb1);
}

Tropical Serenity color palette created on .