Color names in this palette
CSS code for this palette
/* CSS */
.yellow-chalk {
color: #f3f7b1;
}
.springtime {
color: #e6e6b2;
}
.dry-creek {
color: #d8c8b6;
}
.mauvelous {
color: #d5b3c3;
}
.child-s-play {
color: #e9b9d4;
}
/* CSS Variables */
:root {
--yellow-chalk:#f3f7b1;
--springtime:#e6e6b2;
--dry-creek:#d8c8b6;
--mauvelous:#d5b3c3;
--child-s-play:#e9b9d4;
}