Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c4b6;
}
.marquisette {
color: #f2d49c;
}
.pineapple-high {
color: #e6e65c;
}
.ocean-cruise {
color: #9cd4e2;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c4b6;
--marquisette:#f2d49c;
--pineapple-high:#e6e65c;
--ocean-cruise:#9cd4e2;
--calabrese:#f6a9a2;
}