Skip to content

Instantly share code, notes, and snippets.

@thomaspark
thomaspark / bobross.css
Last active March 9, 2020 14:33
Bob Ross’ color palette in CSS
.sap-green {
background-color: #0A3410;
}
.sap-green-text {
color: #0A3410;
}
.sap-green-border {
border-color: #0A3410;
}