Free Utilities

gradient CSS 그라데이션 생성기CSS Gradient Generator

선형(linear) 및 원형(radial) CSS 그라데이션을 시각적으로 생성하고 코드를 복사하세요.Visually create linear and radial CSS gradients and copy the code.

background: linear-gradient(90deg, #0066cc, #af4900);

자주 묻는 질문FAQ

원형 그라데이션도 만들 수 있나요?Can I make radial gradients?

현재는 선형 그라데이션만 지원합니다. radial-gradient로 직접 변경하여 응용할 수 있습니다.Currently only linear gradients are supported. Edit the output to use radial-gradient.

색상을 더 추가할 수 있나요?Can I add more colors?

2개 색상이 가장 일반적입니다. 3개 이상은 출력된 코드를 직접 수정해 stops를 추가하세요.Two colors is most common. For more, manually add color stops to the output.