Color names in this palette
CSS code for this palette
/* CSS */
.pina-colada {
color: #f4dfb4;
}
.renoir-bisque {
color: #d9bfa1;
}
.that-s-atomic {
color: #b0b08d;
}
.muted-berry {
color: #8d7b8e;
}
.juneberry {
color: #7a599b;
}
/* CSS Variables */
:root {
--pina-colada:#f4dfb4;
--renoir-bisque:#d9bfa1;
--that-s-atomic:#b0b08d;
--muted-berry:#8d7b8e;
--juneberry:#7a599b;
}