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