Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.merlot-magic {
color: #ba405c;
}
.lion-cub {
color: #f7c9a6;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.sunflower-mango {
color: #ffb700;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--merlot-magic:#ba405c;
--lion-cub:#f7c9a6;
--smooth-as-corn-silk:#f4e4b3;
--sunflower-mango:#ffb700;
}