Color names in this palette
CSS code for this palette
/* CSS */
.alden-till {
color: #7c4b4b;
}
.peanut-butter-crust {
color: #c6a08b;
}
.radome-tan {
color: #f0c89e;
}
.milky-way {
color: #e4f6f6;
}
.andes-sky {
color: #7bdbd9;
}
/* CSS Variables */
:root {
--alden-till:#7c4b4b;
--peanut-butter-crust:#c6a08b;
--radome-tan:#f0c89e;
--milky-way:#e4f6f6;
--andes-sky:#7bdbd9;
}