Standard Colors
The following table shows the standard color schemes used throughout the site. These colors are defined in styles.css (GitHub AAHOM).
:root {
--global-color-unity: 77, 54, 59;
--global-color-aahom: 60,100,168;
--global-color-leslie: 109,143,60;
--global-color-yankee: 237,27,48;
--global-color-challenger: 237,159,33;
--global-color-experience: 248,197,21;
--global-color-links: 0, 0, 255
--global-color-section: 64, 77, 92;
--global-color-submenu: 77, 54, 59;
--global-color-submenu-active: 131, 124,124;
}
Type | Name | RGB Color | Sample |
---|---|---|---|
Museum | Unity in Learning | rgb(77, 54, 59) | |
Museum | Ann Arbor Hands-On Museum | rgb(60,100,168) | |
Museum | Leslie Science & Nature Center | rgb(109,143,60) | |
Museum | Yankee Air Museum | rgb(237,27,48) | |
Museum | Challenger Center | rgb(237,159,33) | |
Museum | Experience Center | rgb(248,197,21) | |
Misc | Anchor Links | rgb(0, 0, 255) | |
Misc | Page section background | rgba(224, 224, 219,.05) | |
Misc | SubMenu | rgb(77, 54, 59) | |
Misc | SubMenu Active | rgb(131, 124,124) |