Guia Joudacasa de CSS
Como codar com CSS
background-color: #ff4757;
background: linear-gradient;
background: radial-gradient;
Gradiente de fundo circular
background: conic-gradient;
border: 3px dashed yellow;
filter: hue-rotate(90deg);
filter: brightness(200%);
transform: rotate(-10deg);