Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c4;
}
.love-at-first-sight {
color: #e7a2b3;
}
.plum-juice {
color: #dea4df;
}
.english-custard {
color: #e1b56b;
}
.citrus-sachet {
color: #f4c9a4;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c4;
--love-at-first-sight:#e7a2b3;
--plum-juice:#dea4df;
--english-custard:#e1b56b;
--citrus-sachet:#f4c9a4;
}