Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.light-orchid {
color: #e6a8d6;
}
.frangipane {
color: #f5d4b2;
}
.lemon-filling {
color: #f7e6a6;
}
.pink-mimosa {
color: #f1b6a7;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--light-orchid:#e6a8d6;
--frangipane:#f5d4b2;
--lemon-filling:#f7e6a6;
--pink-mimosa:#f1b6a7;
}