Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.aloe-cream {
color: #dbe8b5;
}
.fresh-grown {
color: #f2f8c4;
}
.trapunto {
color: #f6eab6;
}
.apricot-obsession {
color: #f6c1b6;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--aloe-cream:#dbe8b5;
--fresh-grown:#f2f8c4;
--trapunto:#f6eab6;
--apricot-obsession:#f6c1b6;
}