HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dnlightw-124/dn.lightweb.kr/themes/dn-dermatology/tailwind.config.js
const colors = require('tailwindcss/colors')

module.exports = {
    content: [
        "node_modules/@frostui/tailwindcss/dist/*.js",
        "node_modules/preline/dist/*.js"
    ],
    theme: {
        container: {
            center: true,
            padding: {
                DEFAULT: '1rem',
                sm: '1rem',
                md: '1rem',
                lg: '1rem',
                xl: '3rem',
                '2xl': '12rem',
            },
        },
        extend: {
            fontFamily: {
                derivia: ['Derivia', 'sans-serif'],
                lovelight: ['LoveLight', 'sans-serif'],
            },
            colors: {
                'light-black': '#313131',
                'dark-black': '#111111',
                'gray-1':'#dedede',
                'gray-2':'#6c6c6c',
                'gray-4': '#474747',
                'gray-5': '#919191',
                'gray-6': '#828282',
                'gray-7': '#585858',
                'gray-8': '#434343',
                'gray-9': '#aeaeae',
                'gray-10': '#d9d9d9',
                'gray-11': '#4c3c3c',
                'gray-12': '#9f9f9f',
                'gray-13': '#bfbfbf',
                'brown-1': '#594836',
                'brown-2':'#ab7e52',
                'brown-3':'#ab7e52b3',
                'brown-4': '#6f5338',
                'brown-5': '#8f7760',
                'brown-6': '#57483c',
                'brown-7': '#6f5338',
                'brown-8': '#ffe2c7',
                'white-1': '#edeae7',
                'white-2': '#fafafa',
                'kakao-bg': '#3b1e1e',
            },
        },
    },

    plugins: [
        require('@frostui/tailwindcss/plugin'),
        require('preline/plugin'),
    ],
}