Color names in this palette
CSS code for this palette
/* CSS */
.heart-potion {
color: #a77bb2;
}
.pretty-petunia {
color: #e0b3e6;
}
.morality {
color: #b5d0e8;
}
.xavier-blue {
color: #6bb3e1;
}
.fine-linen {
color: #f7f9c3;
}
/* CSS Variables */
:root {
--heart-potion:#a77bb2;
--pretty-petunia:#e0b3e6;
--morality:#b5d0e8;
--xavier-blue:#6bb3e1;
--fine-linen:#f7f9c3;
}