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