Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d86a3b;
}
.bergamot-orange {
color: #f19e5b;
}
.shrimp-boat {
color: #f7c09c;
}
.september-sun {
color: #fbd6a2;
}
.muntok-white-pepper {
color: #d3a16f;
}
/* CSS Variables */
:root {
--field-poppy:#d86a3b;
--bergamot-orange:#f19e5b;
--shrimp-boat:#f7c09c;
--september-sun:#fbd6a2;
--muntok-white-pepper:#d3a16f;
}