Paleta de colores Teal Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Breeze palette
CSS de la paleta de colores Teal Breeze
/* CSS */
.color-1 {
color: #def7ef;
}
.color-2 {
color: #b5e3e0;
}
.color-3 {
color: #81cfd5;
}
.color-4 {
color: #4cb7bd;
}
.color-5 {
color: #009999;
}
/* CSS Variables */
:root {
--color-1: #def7ef;
--color-2: #b5e3e0;
--color-3: #81cfd5;
--color-4: #4cb7bd;
--color-5: #009999;
}
CSS del degradado de fondo Teal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #def7ef, #b5e3e0, #81cfd5, #4cb7bd, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #def7ef, #b5e3e0, #81cfd5, #4cb7bd, #009999);
}
Paletas de colores similares
Teal Breeze color palette created on .