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: #38b6ff;
}
.color-2 {
color: #5bc8b0;
}
.color-3 {
color: #ffc880;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #38b6ff;
--color-2: #5bc8b0;
--color-3: #ffc880;
--color-4: #ff6e61;
--color-5: #ff4d4d;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38b6ff, #5bc8b0, #ffc880, #ff6e61, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38b6ff, #5bc8b0, #ffc880, #ff6e61, #ff4d4d);
}

Tropical Serenity color palette created on .