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: #00adbd;
}
.color-2 {
color: #3dd1d6;
}
.color-3 {
color: #66e1e1;
}
.color-4 {
color: #a1f7f1;
}
.color-5 {
color: #d2f9f7;
}

/* CSS Variables */
:root {
--color-1: #00adbd;
--color-2: #3dd1d6;
--color-3: #66e1e1;
--color-4: #a1f7f1;
--color-5: #d2f9f7;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00adbd, #3dd1d6, #66e1e1, #a1f7f1, #d2f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00adbd, #3dd1d6, #66e1e1, #a1f7f1, #d2f9f7);
}

Tropical Serenity color palette created on .