Color names in this palette
CSS code for this palette
/* CSS */
.forestial {
color: #007a33;
}
.bird-s-egg-green {
color: #a9cbb7;
}
.siamese-kitten {
color: #f0e1d6;
}
.rusty-chainmail {
color: #c84c4e;
}
.pyramid-gold {
color: #e3b472;
}
/* CSS Variables */
:root {
--forestial:#007a33;
--bird-s-egg-green:#a9cbb7;
--siamese-kitten:#f0e1d6;
--rusty-chainmail:#c84c4e;
--pyramid-gold:#e3b472;
}