Paleta de colores Teal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Breeze

/* CSS */
.color-1 {
color: #1e7f99;
}
.color-2 {
color: #50b9a1;
}
.color-3 {
color: #80e0d3;
}
.color-4 {
color: #f5fbda;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #1e7f99;
--color-2: #50b9a1;
--color-3: #80e0d3;
--color-4: #f5fbda;
--color-5: #f4a462;
}

CSS del degradado de fondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7f99, #50b9a1, #80e0d3, #f5fbda, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7f99, #50b9a1, #80e0d3, #f5fbda, #f4a462);
}

Teal Breeze color palette created on .