Color names in this palette
CSS code for this palette
/* CSS */
.candy-drop {
color: #c45a68;
}
.chewing-gum {
color: #e7b1b1;
}
.flan {
color: #f7e2b6;
}
.chinese-cherry {
color: #f2d7ca;
}
.rum-raisin {
color: #683b3b;
}
/* CSS Variables */
:root {
--candy-drop:#c45a68;
--chewing-gum:#e7b1b1;
--flan:#f7e2b6;
--chinese-cherry:#f2d7ca;
--rum-raisin:#683b3b;
}