Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f3c4d8;
}
.hinoki {
color: #f9deb4;
}
.pineapple-delight {
color: #f1e7a7;
}
.glenwood-green {
color: #a4d5b6;
}
.lucea {
color: #7bb1e0;
}
/* CSS Variables */
:root {
--sweetheart:#f3c4d8;
--hinoki:#f9deb4;
--pineapple-delight:#f1e7a7;
--glenwood-green:#a4d5b6;
--lucea:#7bb1e0;
}