Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.rennie-s-rose {
color: #b77b87;
}
.antique-cameo {
color: #f3b7a0;
}
.flan {
color: #f6e3b6;
}
.flower-hat-jellyfish {
color: #f8d791;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--rennie-s-rose:#b77b87;
--antique-cameo:#f3b7a0;
--flan:#f6e3b6;
--flower-hat-jellyfish:#f8d791;
}