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: #66dfea;
}
.color-2 {
color: #83eaf1;
}
.color-3 {
color: #aef6f9;
}
.color-4 {
color: #cefcfd;
}
.color-5 {
color: #f0ffff;
}
/* CSS Variables */
:root {
--color-1: #66dfea;
--color-2: #83eaf1;
--color-3: #aef6f9;
--color-4: #cefcfd;
--color-5: #f0ffff;
}
CSS del degradado de fondo Teal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}
Paletas de colores similares
Teal Breeze color palette created on .