Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.blue-plate {
color: #5c7d9d;
}
.rose-mallow {
color: #f5a3c7;
}
.beef-hotpot {
color: #a85f2e;
}
.bonsai-tint {
color: #c6d1b3;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--blue-plate:#5c7d9d;
--rose-mallow:#f5a3c7;
--beef-hotpot:#a85f2e;
--bonsai-tint:#c6d1b3;
}