Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a3b4;
}
.desire-pink {
color: #f1c6d4;
}
.heirloom-lace {
color: #f6e5d5;
}
.pineapple-delight {
color: #f3eaaa;
}
.caper {
color: #b4c581;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a3b4;
--desire-pink:#f1c6d4;
--heirloom-lace:#f6e5d5;
--pineapple-delight:#f3eaaa;
--caper:#b4c581;
}