Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.indian-khaki {
color: #d1af9f;
}
.parsnip {
color: #d4c79b;
}
.lustrous-yellow {
color: #e3dc7d;
}
.iced-avocado {
color: #cae8bb;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--indian-khaki:#d1af9f;
--parsnip:#d4c79b;
--lustrous-yellow:#e3dc7d;
--iced-avocado:#cae8bb;
}