Color names in this palette
CSS code for this palette
/* CSS */
.bamboo-shoot {
color: #a4b5a1;
}
.quintessential {
color: #c3dac3;
}
.snowdrop-explosion {
color: #e0f0e0;
}
.fine-linen {
color: #f8f9c3;
}
.peach-temptation {
color: #f4c3b3;
}
/* CSS Variables */
:root {
--bamboo-shoot:#a4b5a1;
--quintessential:#c3dac3;
--snowdrop-explosion:#e0f0e0;
--fine-linen:#f8f9c3;
--peach-temptation:#f4c3b3;
}