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: #3a8d92;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #8dd8d8;
}
.color-4 {
color: #f5c5a3;
}
.color-5 {
color: #f67e7e;
}

/* CSS Variables */
:root {
--color-1: #3a8d92;
--color-2: #5abfbd;
--color-3: #8dd8d8;
--color-4: #f5c5a3;
--color-5: #f67e7e;
}

CSS del degradado de fondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8d92, #5abfbd, #8dd8d8, #f5c5a3, #f67e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8d92, #5abfbd, #8dd8d8, #f5c5a3, #f67e7e);
}

Teal Breeze color palette created on .