Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.shrimp-toast {
color: #f6c4a2;
}
.soft-cashmere {
color: #f0b7d6;
}
.herb-robert {
color: #d6a4e0;
}
.airborne {
color: #a1c1d4;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--shrimp-toast:#f6c4a2;
--soft-cashmere:#f0b7d6;
--herb-robert:#d6a4e0;
--airborne:#a1c1d4;
}