Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d1c3e9;
}
.myrtle-flower {
color: #a4b2e0;
}
.sea-loch {
color: #6e9bcf;
}
.crystalsong-blue {
color: #4ab0b0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--foggy-love:#d1c3e9;
--myrtle-flower:#a4b2e0;
--sea-loch:#6e9bcf;
--crystalsong-blue:#4ab0b0;
--grapefruit-pulp:#ff6e61;
}