All Color Palette

Comprehensive

모든 컬러 팔레트를 한 번에 확인

Preview

Green Palette

100
200
300
400
500
600
700
800
900
1000

Secondary Palettes

blue

100
200
300
400
500
600
700
800
900
1000

red

100
200
300
400
500
600
700
800
900
1000

yellow

100
200
300
400
500
600
700
800
900
1000

Gray Scale

100
200
300
400
500
600
700
800
900
1000

Semantic Colors

primary
#51B848
secondary
#b8bdb8
success
#2563eb
warning
#FFEB00
error
#E03A3A

Code Example


      <div className="space-y-4">
        {/* Primary Colors */}
        <div className="bg-green-500 p-4 text-white">Primary Green</div>
        <div className="bg-blue-500 p-4 text-white">Success Blue</div>
        
        {/* Semantic Colors */}
        <div className="bg-semantic-primary p-4 text-white">Semantic Primary</div>
        <div className="bg-semantic-error p-4 text-white">Semantic Error</div>
      </div>
    

다른 스토리 보기