Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1e4d2b;
}
.kemp-kelly {
color: #3e7e49;
}
.ash-tree {
color: #a8c09b;
}
.butter-cookie {
color: #f0e3b2;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1e4d2b;
--kemp-kelly:#3e7e49;
--ash-tree:#a8c09b;
--butter-cookie:#f0e3b2;
--warming-heart:#d64f3d;
}