Color names in this palette
CSS code for this palette
/* CSS */
.raucous-orange {
color: #c75629;
}
.field-poppy {
color: #d8723b;
}
.ginger-milk {
color: #f9a358;
}
.puff-pastry-yellow {
color: #fbcf8e;
}
.custard-puff {
color: #fdefaf;
}
/* CSS Variables */
:root {
--raucous-orange:#c75629;
--field-poppy:#d8723b;
--ginger-milk:#f9a358;
--puff-pastry-yellow:#fbcf8e;
--custard-puff:#fdefaf;
}