Color names in this palette
CSS code for this palette
/* CSS */
.kir-royale-rose {
color: #b35b7b;
}
.blushing-tulip {
color: #e3a1b8;
}
.lover-s-retreat {
color: #f2cfd8;
}
.noodles {
color: #f9e2b4;
}
.plantain-chips {
color: #d8a64b;
}
/* CSS Variables */
:root {
--kir-royale-rose:#b35b7b;
--blushing-tulip:#e3a1b8;
--lover-s-retreat:#f2cfd8;
--noodles:#f9e2b4;
--plantain-chips:#d8a64b;
}