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: #69bdbf;
}
.color-2 {
color: #5fab9a;
}
.color-3 {
color: #4ba085;
}
.color-4 {
color: #3c9074;
}
.color-5 {
color: #2e7f63;
}

/* CSS Variables */
:root {
--color-1: #69bdbf;
--color-2: #5fab9a;
--color-3: #4ba085;
--color-4: #3c9074;
--color-5: #2e7f63;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bdbf, #5fab9a, #4ba085, #3c9074, #2e7f63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bdbf, #5fab9a, #4ba085, #3c9074, #2e7f63);
}

Tropical Serenity color palette created on .