Color names in this palette
CSS code for this palette
/* CSS */
.honey-beige {
color: #f5e3c7;
}
.shrimp-toast {
color: #f6c5a2;
}
.melon-baby {
color: #f57b6b;
}
.mandarin-red {
color: #e54c3e;
}
.bijou-red {
color: #a73d39;
}
/* CSS Variables */
:root {
--honey-beige:#f5e3c7;
--shrimp-toast:#f6c5a2;
--melon-baby:#f57b6b;
--mandarin-red:#e54c3e;
--bijou-red:#a73d39;
}