Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5b4c9a;
}
.jubilee {
color: #7a5e9c;
}
.divine {
color: #987a9f;
}
.persian-bazaar {
color: #c59a8c;
}
.banana-ice-cream {
color: #f1d4b1;
}
/* CSS Variables */
:root {
--coronation-blue:#5b4c9a;
--jubilee:#7a5e9c;
--divine:#987a9f;
--persian-bazaar:#c59a8c;
--banana-ice-cream:#f1d4b1;
}