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