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: #1b8f93;
}
.color-2 {
color: #3cb9a4;
}
.color-3 {
color: #6de3b8;
}
.color-4 {
color: #a6e3d0;
}
.color-5 {
color: #f1e9da;
}

/* CSS Variables */
:root {
--color-1: #1b8f93;
--color-2: #3cb9a4;
--color-3: #6de3b8;
--color-4: #a6e3d0;
--color-5: #f1e9da;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8f93, #3cb9a4, #6de3b8, #a6e3d0, #f1e9da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8f93, #3cb9a4, #6de3b8, #a6e3d0, #f1e9da);
}

Tropical Serenity color palette created on .