Paleta de colores Teal Bioluminescence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Bioluminescence palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Bioluminescence

/* CSS */
.color-1 {
color: #3a8c8d;
}
.color-2 {
color: #5bc6c8;
}
.color-3 {
color: #80dbdb;
}
.color-4 {
color: #a4f2f4;
}
.color-5 {
color: #e1f9f8;
}

/* CSS Variables */
:root {
--color-1: #3a8c8d;
--color-2: #5bc6c8;
--color-3: #80dbdb;
--color-4: #a4f2f4;
--color-5: #e1f9f8;
}

CSS del degradado de fondo Teal Bioluminescence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8c8d, #5bc6c8, #80dbdb, #a4f2f4, #e1f9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8c8d, #5bc6c8, #80dbdb, #a4f2f4, #e1f9f8);
}

Teal Bioluminescence color palette created on .