Color names in this palette
CSS code for this palette
/* CSS */
.palace-rose {
color: #f7cad7;
}
.pink-fit {
color: #f4a4b3;
}
.wewak {
color: #f18e9b;
}
.hindu-lotus {
color: #f0517e;
}
.raspberry-sorbet {
color: #d7336c;
}
/* CSS Variables */
:root {
--palace-rose:#f7cad7;
--pink-fit:#f4a4b3;
--wewak:#f18e9b;
--hindu-lotus:#f0517e;
--raspberry-sorbet:#d7336c;
}