Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.sandy-brown {
color: #f1a35b;
}
.shadow-azalea-pink {
color: #e56c9c;
}
.heath-spotted-orchid {
color: #a45b9c;
}
.orchid {
color: #7a8eff;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--sandy-brown:#f1a35b;
--shadow-azalea-pink:#e56c9c;
--heath-spotted-orchid:#a45b9c;
--orchid:#7a8eff;
}