Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e2a6d6;
}
.prayer-flag {
color: #d79b6a;
}
.forsythia-blossom {
color: #f6d96f;
}
.burning-trail {
color: #f49a25;
}
.royal-rum {
color: #a44c4c;
}
/* CSS Variables */
:root {
--light-orchid:#e2a6d6;
--prayer-flag:#d79b6a;
--forsythia-blossom:#f6d96f;
--burning-trail:#f49a25;
--royal-rum:#a44c4c;
}