Color names in this palette
CSS code for this palette
/* CSS */
.lavender-savor {
color: #f2e0ff;
}
.arc-light {
color: #c7ddff;
}
.malm-ff {
color: #a8d5ff;
}
.peach-breeze {
color: #ffeae5;
}
.flower-spell {
color: #ffc7d7;
}
/* CSS Variables */
:root {
--lavender-savor:#f2e0ff;
--arc-light:#c7ddff;
--malm-ff:#a8d5ff;
--peach-breeze:#ffeae5;
--flower-spell:#ffc7d7;
}