Skip to content

Instantly share code, notes, and snippets.

@askwpgirl
Created March 19, 2019 22:26
Show Gist options
  • Save askwpgirl/5bb5050cd5febaa520eb445ef04b7b55 to your computer and use it in GitHub Desktop.
Save askwpgirl/5bb5050cd5febaa520eb445ef04b7b55 to your computer and use it in GitHub Desktop.
Gutenberg Front-End Styles
/**
* Gutenberg custom color palette.
* Use in conjunction with function.
*/
.has-light-gold-color {
color: #c0a756;
}
.has-white {
color: #fff;
}
.has-light-pink-color {
color: #ea9c99;
}
.has-hot-pink-color {
color: #ce3854;
}
.has-light-grey-color {
color: #BBBDBF;
}
.has-dark-grey-color {
color: #231F20;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment