Official:Colors
From Simpedia
(Redirected from Official:Palette)
Palette
The palette for Simpedia pages and boxes is as follows:
| Color | Hex Code | RGB Code | ||
|---|---|---|---|---|
TS3 green - box color (accessible by using {{boxcolor}})
| #69AD45 | 105 | 173 | 69 |
TS2 blue - border color (accessible by using {{bordercolor}})
| #30399B | 48 | 57 | 155 |
emergency red - box color (accessible by using {{boxcolor|!}})
| #FEB9B9 | 254 | 185 | 185 |
emergency red - border color (accessible by using {{bordercolor|!}})
| #D90000 | 217 | 0 | 0 |
| black - text | #000000 | 0 | 0 | 0 |
| white - background, secondary box color | #FFFFFF | 255 | 255 | 255 |
Please try to stick to it.
Helper Templates
| Code | Output |
|---|---|
{{boxcolor}}
| provides the hex code (#69AD45) for the standard box background colors |
{{bordercolor}}
| provides the hex code (#30399b) for the standard box border colors |
{{rgb|(red)|(green)|(blue)}}
| provides the hex code for the any color when the red, green, and blue values are input. For instance: {{rgb|250|20|98}} makes #fa1462, And this color is made
|
