Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.coral-orange {
color: #e66947;
}
.florida-mango {
color: #eaa06c;
}
.sugar-shack {
color: #edd6b5;
}
.dollop-of-cream {
color: #f8ead3;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--coral-orange:#e66947;
--florida-mango:#eaa06c;
--sugar-shack:#edd6b5;
--dollop-of-cream:#f8ead3;
}