Paleta de colores Toxic Tangle
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Toxic Tangle palette
CSS de la paleta de colores Toxic Tangle
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #ffb042;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #fc5a8b;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #ffb042;
--color-3: #ff6e61;
--color-4: #fc5a8b;
--color-5: #ff3d3d;
}
CSS del degradado de fondo Toxic Tangle
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #ffb042, #ff6e61, #fc5a8b, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #ffb042, #ff6e61, #fc5a8b, #ff3d3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Toxic Tangle color palette created on .