Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f6a35a;
}
.poppy-glow {
color: #f18b4b;
}
.summer-fig {
color: #c75b3d;
}
.crown-blue {
color: #4a4e68;
}
.farm-fresh {
color: #8e9b8c;
}
/* CSS Variables */
:root {
--bergamot-orange:#f6a35a;
--poppy-glow:#f18b4b;
--summer-fig:#c75b3d;
--crown-blue:#4a4e68;
--farm-fresh:#8e9b8c;
}