Paleta de colores Turquoise Alien

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Alien palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Alien

/* CSS */
.color-1 {
color: #3ebb7d;
}
.color-2 {
color: #60e1a3;
}
.color-3 {
color: #8ef5c0;
}
.color-4 {
color: #a7f6d4;
}
.color-5 {
color: #c8f9e9;
}

/* CSS Variables */
:root {
--color-1: #3ebb7d;
--color-2: #60e1a3;
--color-3: #8ef5c0;
--color-4: #a7f6d4;
--color-5: #c8f9e9;
}

CSS del degradado de fondo Turquoise Alien

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ebb7d, #60e1a3, #8ef5c0, #a7f6d4, #c8f9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ebb7d, #60e1a3, #8ef5c0, #a7f6d4, #c8f9e9);
}

Turquoise Alien color palette created on .