Color names in this palette
CSS code for this palette
/* CSS */
.blushing-cinnamon {
color: #ffbe99;
}
.atomic-tangerine {
color: #ff976b;
}
.coral {
color: #ff7d52;
}
.portland-orange {
color: #ff5938;
}
.spiritstone-red {
color: #ff3d1f;
}
/* CSS Variables */
:root {
--blushing-cinnamon:#ffbe99;
--atomic-tangerine:#ff976b;
--coral:#ff7d52;
--portland-orange:#ff5938;
--spiritstone-red:#ff3d1f;
}