Color names in this palette
CSS code for this palette
/* CSS */
.coral-cream {
color: #ead8cd;
}
.dessert-cream {
color: #f5e4d1;
}
.mystic-tulip {
color: #f7b5a1;
}
.burning-coals {
color: #f39d72;
}
.emergency-zone {
color: #e7693c;
}
/* CSS Variables */
:root {
--coral-cream:#ead8cd;
--dessert-cream:#f5e4d1;
--mystic-tulip:#f7b5a1;
--burning-coals:#f39d72;
--emergency-zone:#e7693c;
}