Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.tamale-maize {
color: #f7e8b6;
}
.bone-chilling {
color: #e1f4f3;
}
.fine-blue {
color: #b4e4e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--tamale-maize:#f7e8b6;
--bone-chilling:#e1f4f3;
--fine-blue:#b4e4e0;
--grapefruit-pulp:#ff6e61;
}