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