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: #009485;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #3ddb9f;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f44034;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #00bdd6;
--color-3: #3ddb9f;
--color-4: #f5a300;
--color-5: #f44034;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #00bdd6, #3ddb9f, #f5a300, #f44034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #00bdd6, #3ddb9f, #f5a300, #f44034);
}

Tropical Serenity color palette created on .