Color names in this palette
CSS code for this palette
/* CSS */
.clear-view {
color: #e2e9e7;
}
.lucinda {
color: #a7b9b7;
}
.blue-agave {
color: #b1c8c6;
}
.bakery-box {
color: #eff5f3;
}
.peanut-butter-chicken {
color: #ffb861;
}
/* CSS Variables */
:root {
--clear-view:#e2e9e7;
--lucinda:#a7b9b7;
--blue-agave:#b1c8c6;
--bakery-box:#eff5f3;
--peanut-butter-chicken:#ffb861;
}