Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 945 Bytes

style-guide.md

File metadata and controls

30 lines (20 loc) · 945 Bytes

🎨 Style Guide

The VTMUNC website utilizes a custom Bootstrap file for styling to ensure a cohesive and professional appearance throughout the site.

Design Standards Fig 1: Design Standards of the VTMUNC web application

Color Palette

  • Primary: 630031 #630031
  • Secondary: CF4420 #CF4420
  • Tertiary: #DEBB8F #DEBB8F
  • Primary Background: #EFE9E7 #EFE9E7
  • Secondary Background: #F2F1E8 #F2F1E8

Typography

  • Headers: Playfair Display
  • Paragraph: Source Sans 3

Example Usage

CSS

.card {
    background-color: var(--primary-background);
}