Color names in this palette
CSS code for this palette
/* CSS */
.love-spell {
color: #f9b4c3;
}
.frangipane {
color: #f6d5b1;
}
.sugar-cookie {
color: #f2e3a1;
}
.overtone {
color: #a6e7af;
}
.ocean-cruise {
color: #9ed5e0;
}
/* CSS Variables */
:root {
--love-spell:#f9b4c3;
--frangipane:#f6d5b1;
--sugar-cookie:#f2e3a1;
--overtone:#a6e7af;
--ocean-cruise:#9ed5e0;
}