.fractured-animation
{
background
:
linear-gradient
(to bottom,
#ff0000
0%,
#00ff00
50%,
#0000ff
100%);
border-radius
:
50%
;
animation
:
fractured-identity
1s
linear
infinite
;
}