Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.medium-vermilion {
color: #d85d3b;
}
.bubblegum {
color: #e85e75;
}
.radiant-orchid {
color: #a85d9b;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--apricot-glazed-chicken:#f5a524;
--medium-vermilion:#d85d3b;
--bubblegum:#e85e75;
--radiant-orchid:#a85d9b;
}