Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7f609f;
}
.beautiful-dream {
color: #b4c5e4;
}
.cameo-cream {
color: #f4e1c3;
}
.amber-yellow {
color: #f9b85d;
}
.flirty-rose {
color: #d45e8d;
}
/* CSS Variables */
:root {
--jubilee:#7f609f;
--beautiful-dream:#b4c5e4;
--cameo-cream:#f4e1c3;
--amber-yellow:#f9b85d;
--flirty-rose:#d45e8d;
}