Color names in this palette
CSS code for this palette
/* CSS */
.cal-poly-pomona-green {
color: #1d4e2f;
}
.young-fern {
color: #6ebf7b;
}
.overtone {
color: #a8e6b7;
}
.quiet-whisper {
color: #f0f4e7;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--cal-poly-pomona-green:#1d4e2f;
--young-fern:#6ebf7b;
--overtone:#a8e6b7;
--quiet-whisper:#f0f4e7;
--white:#ffffff;
}