Color names in this palette
CSS code for this palette
/* CSS */
.livid {
color: #6b84c7;
}
.angela-bay {
color: #a9c2e5;
}
.soaked-in-sun {
color: #f6d060;
}
.dodgeroll-gold {
color: #f39c12;
}
.fireglow {
color: #d85f41;
}
/* CSS Variables */
:root {
--livid:#6b84c7;
--angela-bay:#a9c2e5;
--soaked-in-sun:#f6d060;
--dodgeroll-gold:#f39c12;
--fireglow:#d85f41;
}