Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8cb4f;
}
.fizzy-peach {
color: #f7ba5e;
}
.florida-sunrise {
color: #f5aa70;
}
.animated-coral {
color: #f08e7f;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--go-bananas:#f8cb4f;
--fizzy-peach:#f7ba5e;
--florida-sunrise:#f5aa70;
--animated-coral:#f08e7f;
--deep-blush:#e76a89;
}