Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f0c2a3;
}
.nutmeg-glow {
color: #d7b58e;
}
.nettle {
color: #bfaf7d;
}
.lobaria-lichen {
color: #9fc6b6;
}
.aspara {
color: #6fb6c8;
}
/* CSS Variables */
:root {
--neighborly-peach:#f0c2a3;
--nutmeg-glow:#d7b58e;
--nettle:#bfaf7d;
--lobaria-lichen:#9fc6b6;
--aspara:#6fb6c8;
}