Color names in this palette
CSS code for this palette
/* CSS */
.techile {
color: #9fa3a1;
}
.greystone {
color: #b7b9b6;
}
.reflection {
color: #d4d5d3;
}
.hotot-bunny {
color: #f1f3f2;
}
.peach-crayon {
color: #ffcaa8;
}
/* CSS Variables */
:root {
--techile:#9fa3a1;
--greystone:#b7b9b6;
--reflection:#d4d5d3;
--hotot-bunny:#f1f3f2;
--peach-crayon:#ffcaa8;
}