Paleta de colores Teal Tranquility

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Tranquility palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Tranquility

/* CSS */
.color-1 {
color: #1a5b5b;
}
.color-2 {
color: #3dae9d;
}
.color-3 {
color: #7fd7b8;
}
.color-4 {
color: #b3e5d6;
}
.color-5 {
color: #def7ef;
}

/* CSS Variables */
:root {
--color-1: #1a5b5b;
--color-2: #3dae9d;
--color-3: #7fd7b8;
--color-4: #b3e5d6;
--color-5: #def7ef;
}

CSS del degradado de fondo Teal Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a5b5b, #3dae9d, #7fd7b8, #b3e5d6, #def7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a5b5b, #3dae9d, #7fd7b8, #b3e5d6, #def7ef);
}

Teal Tranquility color palette created on .