Color names in this palette
CSS code for this palette
/* CSS */
.mustard-yellow {
color: #e2ae03;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.martica {
color: #f5e6b7;
}
.cottage-rose {
color: #d9a99b;
}
.dahlia-mauve {
color: #b55e8d;
}
/* CSS Variables */
:root {
--mustard-yellow:#e2ae03;
--solar-plexus-chakra:#f1c84b;
--martica:#f5e6b7;
--cottage-rose:#d9a99b;
--dahlia-mauve:#b55e8d;
}