Color names in this palette
CSS code for this palette
/* CSS */
.middy-s-purple {
color: #a08bda;
}
.herb-robert {
color: #d6a4e0;
}
.soft-cashmere {
color: #f1b1d5;
}
.lion-cub {
color: #f9cda4;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--middy-s-purple:#a08bda;
--herb-robert:#d6a4e0;
--soft-cashmere:#f1b1d5;
--lion-cub:#f9cda4;
--mad-for-mango:#f5a300;
}