Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7d5c99;
}
.african-violet {
color: #b37dba;
}
.waddles-pink {
color: #f1a7d1;
}
.salmon-eggs {
color: #f9d55d;
}
.hot-sun {
color: #f7b32b;
}
/* CSS Variables */
:root {
--jubilee:#7d5c99;
--african-violet:#b37dba;
--waddles-pink:#f1a7d1;
--salmon-eggs:#f9d55d;
--hot-sun:#f7b32b;
}