Color names in this palette
CSS code for this palette
/* CSS */
.orlean-s-tune {
color: #b5995a;
}
.bee {
color: #f2b950;
}
.oriole-yellow {
color: #f6d579;
}
.oyster-bisque {
color: #f3e7af;
}
.athena-pink {
color: #e8b0c3;
}
/* CSS Variables */
:root {
--orlean-s-tune:#b5995a;
--bee:#f2b950;
--oriole-yellow:#f6d579;
--oyster-bisque:#f3e7af;
--athena-pink:#e8b0c3;
}