Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f5a15c;
}
.butterfield {
color: #f6c05a;
}
.sandy {
color: #f4d87b;
}
.antique-cameo {
color: #f0baa3;
}
.orangeville {
color: #e56d57;
}
/* CSS Variables */
:root {
--bergamot-orange:#f5a15c;
--butterfield:#f6c05a;
--sandy:#f4d87b;
--antique-cameo:#f0baa3;
--orangeville:#e56d57;
}