Page ▾
[ 프론트엔드 도구 ] UI 디자인을 돕는 사이트 모음 (버튼, 색상 팔레트 등)
프론트엔드 개발에서 디자인을 더 쉽게 구현할 수 있도록 도와주는 유용한 사이트입니다.

🔲 CSS 버튼 생성기 (Best CSS Button Generator)

버튼 디자인을 빠르고 쉽게 만들 수 있는 사이트입니다.

마우스로 클릭만으로 예쁜 CSS 버튼을 생성하고, 생성된 코드를 복사해서 바로 사용할 수 있어요.

 

🔗 https://www.bestcssbuttongenerator.com/

 

A useful tool for designing css buttons

Button generator is a free online tool that allows you to create cross browser css button styles.

www.bestcssbuttongenerator.com


🎨 컬러 헌트 (Color Hunt)

트렌디한 색상 팔레트를 쉽게 찾을 수 있는 사이트입니다.
인기 있는 색상 조합을 보고, 바로 복사해서 사용할 수 있어 디자인에 도움이 됩니다.

 

🔗 https://colorhunt.co/palettes/popular

 

Color Hunt - The Most Popular Color Palettes of 2025

Find the perfect trendy color palettes and get color inspiration for your next design or art project.

colorhunt.co

 


🎨 색상 팔레트 생성기 (My Brand New Logo - Color Palette Generator)

직관적인 색상 팔레트 생성기로, 웹 디자인에서 자주 쓰이는 색상 조합을 쉽게 만들어줍니다.
어떤 색상들을 사용해야 할지 고민이라면 이 사이트에서 다양한 색상 팔레트를 만들어보세요!

 

🔗 https://mybrandnewlogo.com/ko/color-palette-generator

 

CSS 색상 표 생성기 : 무료 아름다운 색상 표

무료 CSS 컬러 팔레트 생성기. 사용하기 쉬운 웹 사이트의 브랜드 색상 및 UI 디자인에 적합합니다.

mybrandnewlogo.com


🎨 CSS 그라디언트 (CSS Gradient)

쉽게 CSS 그라디언트를 만들 수 있는 사이트입니다.
다양한 색상 조합으로 그라디언트를 만들고, 생성된 CSS 코드를 바로 복사하여 사용할 수 있어 디자인에 유용합니다.

 

🔗 https://cssgradient.io/

 

CSS Gradient – Generator, Maker, and Background

As a free CSS gradient generator tool, this website lets you create a colorful gradient background for your website, blog, or social media profile.

cssgradient.io


🖌️ 히어로아이콘 (Heroicons)

무료로 사용할 수 있는 고품질의 SVG 아이콘을 제공하는 사이트입니다.
디자인에 적합한 아이콘을 쉽게 찾고, 필요한 형식으로 다운로드할 수 있어요.

 

🔗 https://heroicons.com/

 

Heroicons

Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.

heroicons.com


🖌️ 페더 아이콘 (Feather Icons)

간단하고 깔끔한 SVG 아이콘들을 제공하는 사이트입니다.
아이콘의 크기와 스타일을 자유롭게 조정하여 사용할 수 있어 유용합니다.

 

🔗 https://feathericons.com/

 

Feather – Simply beautiful open source icons

Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.

feathericons.com


🖼️ 고화질 이미지 카테고리 모음 (Unsplash)

무료로 사용 가능한 고퀄리티 이미지를 테마별로 모아둔 사이트입니다.
Unsplash에서는 배경화면, 자연, 기술, 사람, 패션, 건축 등 다양한 주제의 이미지를 쉽게 탐색할 수 있습니다.

 

🔗 https://unsplash.com/ko/t/

 

주제 | Unsplash

아름다운 주제별 무료 사진을 찾아 보세요. Unsplash 커뮤니티에서 큐레이팅했습니다.

unsplash.com

✔️ 저작권 걱정 없이 사용 가능
✔️ 로그인 없이 다운로드 가능
✔️ 상업적 사용 가능

 

💡 추천 Tip

이미지를 불러올 때는 다음처럼 CSS에서 배경으로 활용할 수 있어요:

background-image: url('https://images.unsplash.com/photo-...');  
background-size: cover;  
background-position: center;