Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.mandarin-rind {
color: #f28d40;
}
.fire-island {
color: #d7513c;
}
.raspberry-romantic {
color: #9c2b4f;
}
.daisy-bush {
color: #5f3a92;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--mandarin-rind:#f28d40;
--fire-island:#d7513c;
--raspberry-romantic:#9c2b4f;
--daisy-bush:#5f3a92;
}