Color Scheme

It’s easy to change the colours on your website. Simply use this short code to add your colour scheme to the assets/css/style.css file:

:root {
        /* Text Color */
        --rts-para: #7D8087;
        --rts-black: #000000;
        --rts-heading: #0B0D28;
        --rts-white: #FFFFFF;
        --rts-gray: #F1F1F1;
        --rts-primary: #34A853;
        /* Background Color */
        --rts-button-1: #34A853;
        --rts-button-2: #F9AB00;
        --rts-button-3: #0B0D28;
        --rts-border: rgba(125, 128, 135, 0.3);
        --transition: all .4s ease;
        --color-success: #26CF4B;
        --color-danger: #FF0003;
        --color-warning: #FF8F3C;
        --color-info: #1BA2DB;
        --color-facebook: #3B5997;
        --color-twitter: #1BA1F2;
        --color-youtube: #ED4141;
        --color-linkedin: #0077B5;
        --color-pinterest: #E60022;
        --color-instagram: #C231A1;
        --color-vimeo: #00ADEF;
        --color-twitch: #6441A3;
        --color-discord: #7289da;
     }
Was this page helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *