Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.blazing-bonfire {
color: #ff9f38;
}
.chanterelles {
color: #ffc66b;
}
.sparkler {
color: #ffed94;
}
.nature-apricot {
color: #ffbaa3;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--blazing-bonfire:#ff9f38;
--chanterelles:#ffc66b;
--sparkler:#ffed94;
--nature-apricot:#ffbaa3;
}