Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.paper-daisy {
color: #f0e5c7;
}
.peach-velour {
color: #f5b18e;
}
.wonder-lust {
color: #f28c9d;
}
.herb-robert {
color: #d6a4e0;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--paper-daisy:#f0e5c7;
--peach-velour:#f5b18e;
--wonder-lust:#f28c9d;
--herb-robert:#d6a4e0;
}