Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b548;
}
.scoville-high {
color: #e34a2b;
}
.romantic-morning {
color: #e1b7e1;
}
.aged-purple {
color: #a34d9f;
}
.sumptuous-purple {
color: #5b4b81;
}
/* CSS Variables */
:root {
--butterscotch:#f9b548;
--scoville-high:#e34a2b;
--romantic-morning:#e1b7e1;
--aged-purple:#a34d9f;
--sumptuous-purple:#5b4b81;
}