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: #a1e2df;
}
.color-2 {
color: #58b6b0;
}
.color-3 {
color: #2a8984;
}
.color-4 {
color: #1e5c5b;
}
.color-5 {
color: #0b383c;
}

/* CSS Variables */
:root {
--color-1: #a1e2df;
--color-2: #58b6b0;
--color-3: #2a8984;
--color-4: #1e5c5b;
--color-5: #0b383c;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e2df, #58b6b0, #2a8984, #1e5c5b, #0b383c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e2df, #58b6b0, #2a8984, #1e5c5b, #0b383c);
}

Tropical Serenity color palette created on .