Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab2e0;
}
.think-pink {
color: #e6a3c0;
}
.melon-red {
color: #f48e6c;
}
.gilded {
color: #f5df51;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab2e0;
--think-pink:#e6a3c0;
--melon-red:#f48e6c;
--gilded:#f5df51;
--eerie-glow:#a7d7b8;
}