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: #2ab7a2;
}
.color-2 {
color: #4dd1b7;
}
.color-3 {
color: #6ef2bf;
}
.color-4 {
color: #a5f3d6;
}
.color-5 {
color: #f1f0e4;
}

/* CSS Variables */
:root {
--color-1: #2ab7a2;
--color-2: #4dd1b7;
--color-3: #6ef2bf;
--color-4: #a5f3d6;
--color-5: #f1f0e4;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ab7a2, #4dd1b7, #6ef2bf, #a5f3d6, #f1f0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ab7a2, #4dd1b7, #6ef2bf, #a5f3d6, #f1f0e4);
}

Tropical Serenity color palette created on .