Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.peach-fury {
color: #f88730;
}
.tiger-lily {
color: #e0563e;
}
.parlour-red {
color: #a12b5a;
}
.lucid-dream {
color: #5b2a92;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--peach-fury:#f88730;
--tiger-lily:#e0563e;
--parlour-red:#a12b5a;
--lucid-dream:#5b2a92;
}