Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f8a5c6;
}
.sugar-high {
color: #f1c6e8;
}
.pretty-petunia {
color: #dab8e0;
}
.melrose {
color: #c1b3df;
}
.sea-cliff {
color: #a3c4e0;
}
/* CSS Variables */
:root {
--rogue-pink:#f8a5c6;
--sugar-high:#f1c6e8;
--pretty-petunia:#dab8e0;
--melrose:#c1b3df;
--sea-cliff:#a3c4e0;
}