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: #3cb4b0;
}
.color-2 {
color: #3dae79;
}
.color-3 {
color: #f2d7a1;
}
.color-4 {
color: #f8a949;
}
.color-5 {
color: #d35d4a;
}

/* CSS Variables */
:root {
--color-1: #3cb4b0;
--color-2: #3dae79;
--color-3: #f2d7a1;
--color-4: #f8a949;
--color-5: #d35d4a;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb4b0, #3dae79, #f2d7a1, #f8a949, #d35d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb4b0, #3dae79, #f2d7a1, #f8a949, #d35d4a);
}

Tropical Serenity color palette created on .