Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f7cf69;
}
.butterscotch {
color: #f9b548;
}
.sacral-chakra {
color: #f29c40;
}
.ouni-red {
color: #ea7b48;
}
.dizzy-days {
color: #d64d2e;
}
/* CSS Variables */
:root {
--bright-yarrow:#f7cf69;
--butterscotch:#f9b548;
--sacral-chakra:#f29c40;
--ouni-red:#ea7b48;
--dizzy-days:#d64d2e;
}