Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b3df;
}
.cyclamen-red {
color: #a45b8d;
}
.sun-orange {
color: #f47b1f;
}
.duckling {
color: #fbae5b;
}
.lagoon {
color: #4d998f;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b3df;
--cyclamen-red:#a45b8d;
--sun-orange:#f47b1f;
--duckling:#fbae5b;
--lagoon:#4d998f;
}