Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.sweetheart {
color: #f4c3d6;
}
.tickled-pink {
color: #f1a7c0;
}
.mad-for-mango {
color: #faa200;
}
.scoville-high {
color: #e34d2b;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--sweetheart:#f4c3d6;
--tickled-pink:#f1a7c0;
--mad-for-mango:#faa200;
--scoville-high:#e34d2b;
}