Color names in this palette
CSS code for this palette
/* CSS */
.mental-floss {
color: #e0b2c9;
}
.shrimp-toast {
color: #f6c4a2;
}
.bleached-sunflower {
color: #f9e8a4;
}
.lemon-tart {
color: #fddd68;
}
.chinese-dragon {
color: #c85551;
}
/* CSS Variables */
:root {
--mental-floss:#e0b2c9;
--shrimp-toast:#f6c4a2;
--bleached-sunflower:#f9e8a4;
--lemon-tart:#fddd68;
--chinese-dragon:#c85551;
}