Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e4afd7;
}
.mountain-laurel {
color: #f6c6d7;
}
.lemon-filling {
color: #f7e6a6;
}
.salmon-eggs {
color: #f2d75f;
}
.lion-s-mane {
color: #e6b04c;
}
/* CSS Variables */
:root {
--light-orchid:#e4afd7;
--mountain-laurel:#f6c6d7;
--lemon-filling:#f7e6a6;
--salmon-eggs:#f2d75f;
--lion-s-mane:#e6b04c;
}