Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.canyon-trail {
color: #d6b8a8;
}
.high-rise {
color: #afb2b6;
}
.cat-s-cream {
color: #e7e6e4;
}
.cipollino {
color: #c7cfc4;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--canyon-trail:#d6b8a8;
--high-rise:#afb2b6;
--cat-s-cream:#e7e6e4;
--cipollino:#c7cfc4;
}