Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d55f3f;
}
.egyptian-gold {
color: #f0a94c;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.southern-belle {
color: #a8d7c6;
}
.cropper-blue {
color: #5c7a99;
}
/* CSS Variables */
:root {
--fireglow:#d55f3f;
--egyptian-gold:#f0a94c;
--smooth-as-corn-silk:#f4e4b3;
--southern-belle:#a8d7c6;
--cropper-blue:#5c7a99;
}