Color names in this palette
CSS code for this palette
/* CSS */
.o-brien-orange {
color: #f3a449;
}
.chaat-masala {
color: #e97d2b;
}
.energetic-orange {
color: #d55839;
}
.plum-dust {
color: #a94c8f;
}
.infinity-and-beyond {
color: #6f7d9b;
}
/* CSS Variables */
:root {
--o-brien-orange:#f3a449;
--chaat-masala:#e97d2b;
--energetic-orange:#d55839;
--plum-dust:#a94c8f;
--infinity-and-beyond:#6f7d9b;
}