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: #3bb0aa;
}
.color-2 {
color: #2a7976;
}
.color-3 {
color: #faf3e0;
}
.color-4 {
color: #fe5e52;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #3bb0aa;
--color-2: #2a7976;
--color-3: #faf3e0;
--color-4: #fe5e52;
--color-5: #ffb84d;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bb0aa, #2a7976, #faf3e0, #fe5e52, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bb0aa, #2a7976, #faf3e0, #fe5e52, #ffb84d);
}

Tropical Serenity color palette created on .