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: #5da2a0;
}
.color-2 {
color: #a7d7d4;
}
.color-3 {
color: #e9f7f3;
}
.color-4 {
color: #ffb59e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5da2a0;
--color-2: #a7d7d4;
--color-3: #e9f7f3;
--color-4: #ffb59e;
--color-5: #ff6e61;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5da2a0, #a7d7d4, #e9f7f3, #ffb59e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5da2a0, #a7d7d4, #e9f7f3, #ffb59e, #ff6e61);
}

Tropical Serenity color palette created on .