Color names in this palette
CSS code for this palette
/* CSS */
.pasta {
color: #f8e2af;
}
.asparagus-yellow {
color: #dac88b;
}
.bamboo-shoot {
color: #a6b7a4;
}
.china-clay {
color: #6f8a9b;
}
.antilles-blue {
color: #3b5b8c;
}
/* CSS Variables */
:root {
--pasta:#f8e2af;
--asparagus-yellow:#dac88b;
--bamboo-shoot:#a6b7a4;
--china-clay:#6f8a9b;
--antilles-blue:#3b5b8c;
}