Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.iced-vovo {
color: #dfa4af;
}
.artifact {
color: #d09b8b;
}
.daiquiri-green {
color: #c4d46e;
}
.bone-white {
color: #f1e1b1;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--iced-vovo:#dfa4af;
--artifact:#d09b8b;
--daiquiri-green:#c4d46e;
--bone-white:#f1e1b1;
}