Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #fcaf4a;
}
.berrylicious {
color: #d95e6a;
}
.princely-violet {
color: #6e5e7d;
}
.andrea-blue {
color: #4c7de6;
}
.bejewelled {
color: #2a9d6d;
}
/* CSS Variables */
:root {
--butterscotch:#fcaf4a;
--berrylicious:#d95e6a;
--princely-violet:#6e5e7d;
--andrea-blue:#4c7de6;
--bejewelled:#2a9d6d;
}