Paleta de colores Teal Astrobiology

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Astrobiology palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Astrobiology

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #3c6d6c;
}
.color-3 {
color: #5abf9d;
}
.color-4 {
color: #8cedc0;
}
.color-5 {
color: #f4e4b3;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #3c6d6c;
--color-3: #5abf9d;
--color-4: #8cedc0;
--color-5: #f4e4b3;
}

CSS del degradado de fondo Teal Astrobiology

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #3c6d6c, #5abf9d, #8cedc0, #f4e4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #3c6d6c, #5abf9d, #8cedc0, #f4e4b3);
}

Teal Astrobiology color palette created on .