Skip to content

Instantly share code, notes, and snippets.

@singularitti
Created December 14, 2025 07:53
Show Gist options
  • Select an option

  • Save singularitti/f6ff01dd00d5e5a034d523fcff5872b1 to your computer and use it in GitHub Desktop.

Select an option

Save singularitti/f6ff01dd00d5e5a034d523fcff5872b1 to your computer and use it in GitHub Desktop.
UT Austin Primary Color Palette #JSON #color #design
{
"colors": [
{
"hex": "D6D2C4",
"name": "Westar",
"rgba": {
"alpha": 100,
"blue": 196,
"green": 210,
"red": 214
}
},
{
"hex": "333F48",
"name": "Big Stone",
"rgba": {
"alpha": 100,
"blue": 72,
"green": 63,
"red": 51
}
},
{
"hex": "BF5700",
"name": "Rose of Sharon",
"rgba": {
"alpha": 100,
"blue": 0,
"green": 87,
"red": 191
}
},
{
"hex": "F8971F",
"name": "Tree Poppy",
"rgba": {
"alpha": 100,
"blue": 31,
"green": 151,
"red": 248
}
},
{
"hex": "FFD600",
"name": "Gold",
"rgba": {
"alpha": 100,
"blue": 0,
"green": 214,
"red": 255
}
},
{
"hex": "A5CD57",
"name": "Conifer",
"rgba": {
"alpha": 100,
"blue": 87,
"green": 205,
"red": 166
}
},
{
"hex": "569C42",
"name": "Apple",
"rgba": {
"alpha": 100,
"blue": 66,
"green": 157,
"red": 87
}
},
{
"hex": "00A8B7",
"name": "Pacific Blue",
"rgba": {
"alpha": 100,
"blue": 183,
"green": 169,
"red": 0
}
},
{
"hex": "005F86",
"name": "Orient",
"rgba": {
"alpha": 100,
"blue": 134,
"green": 95,
"red": 0
}
},
{
"hex": "9CADB7",
"name": "Gull Gray",
"rgba": {
"alpha": 100,
"blue": 183,
"green": 173,
"red": 156
}
}
],
"name": "UT Austin Primary Color Palette"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment