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: #006641;
}
.color-2 {
color: #00996b;
}
.color-3 {
color: #00bdad;
}
.color-4 {
color: #70ffd9;
}
.color-5 {
color: #a3ffeb;
}

/* CSS Variables */
:root {
--color-1: #006641;
--color-2: #00996b;
--color-3: #00bdad;
--color-4: #70ffd9;
--color-5: #a3ffeb;
}

CSS del degradado de fondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006641, #00996b, #00bdad, #70ffd9, #a3ffeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006641, #00996b, #00bdad, #70ffd9, #a3ffeb);
}

Tropical Serenity color palette created on .