This artist is all about blank. We are glad to have her here, because of this.
:doodle {
@size: 100vmax;
}
background: linear-gradient(@pick-d(0deg, 90deg, 180deg, 270deg), #FF442B 25%, #FF942B 25% 50%, #218FA9 50%);
:after {
content: "";
@size: @r(20%, 50%);
border-radius: 50%;
background: radial-gradient(circle at @r(100%) @r(100%), #FFEBC2 0% 50%, #FFB600 50% 100%);
display: @pick(none, unset);
transform: translateX(@r(-30%, -60%));
animation: floatAnim @r(1s, 1.5s) @r(1.5s) infinite alternate ease-in-out;
}
@keyframes floatAnim {
100% {
transform: translateX(@r(30%, 60%));
}
}