Color names in this palette
CSS code for this palette
/* CSS */
.glenwood-green {
color: #a7d3b5;
}
.old-flame {
color: #f4b5b3;
}
.gentle-glow {
color: #f6e6bb;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--glenwood-green:#a7d3b5;
--old-flame:#f4b5b3;
--gentle-glow:#f6e6bb;
--creamy-sweet-corn:#f9c54e;
--semi-sweet-chocolate:#6a4125;
}