Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a6d8b9;
}
.fireflies {
color: #f6d8a7;
}
.buttery-salmon {
color: #ffb19e;
}
.ballet-slippers {
color: #f7a1b1;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--eerie-glow:#a6d8b9;
--fireflies:#f6d8a7;
--buttery-salmon:#ffb19e;
--ballet-slippers:#f7a1b1;
--rosecco:#eab8e4;
}