Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.sandy-brown {
color: #f5a85b;
}
.orioles {
color: #f48962;
}
.luminous-pink {
color: #d76a87;
}
.heath-spotted-orchid {
color: #a6599e;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--sandy-brown:#f5a85b;
--orioles:#f48962;
--luminous-pink:#d76a87;
--heath-spotted-orchid:#a6599e;
}