Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.scarecrow-frown {
color: #a65e2b;
}
.fire-island {
color: #d65038;
}
.minted-blueberry-lemonade {
color: #b62b50;
}
.berry-blackmail {
color: #6e1c7d;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--scarecrow-frown:#a65e2b;
--fire-island:#d65038;
--minted-blueberry-lemonade:#b62b50;
--berry-blackmail:#6e1c7d;
}