Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f5a15b;
}
.field-poppy {
color: #d76d3c;
}
.cedar-chest {
color: #c75b4d;
}
.china-rose {
color: #aa4b6e;
}
.jubilee {
color: #7b5b9f;
}
/* CSS Variables */
:root {
--bergamot-orange:#f5a15b;
--field-poppy:#d76d3c;
--cedar-chest:#c75b4d;
--china-rose:#aa4b6e;
--jubilee:#7b5b9f;
}