Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5e9c;
}
.cheddar-pink-mauve {
color: #b77bb1;
}
.sweetheart {
color: #f1c6d8;
}
.sugar-cookie {
color: #f2e1a1;
}
.florida-sunrise {
color: #f7a76e;
}
/* CSS Variables */
:root {
--jubilee:#7b5e9c;
--cheddar-pink-mauve:#b77bb1;
--sweetheart:#f1c6d8;
--sugar-cookie:#f2e1a1;
--florida-sunrise:#f7a76e;
}