Color names in this palette
CSS code for this palette
/* CSS */
.poppy-pompadour {
color: #6b3b9b;
}
.liberal-lilac {
color: #9b58b6;
}
.mellow-melon {
color: #e92063;
}
.sun-crete {
color: #ff8c00;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--poppy-pompadour:#6b3b9b;
--liberal-lilac:#9b58b6;
--mellow-melon:#e92063;
--sun-crete:#ff8c00;
--sunshine-mellow:#f1c40e;
}