Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.afternoon-stroll {
color: #d9c6a0;
}
.icy-lemonade {
color: #f5e7b2;
}
.sprout {
color: #b6c99c;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--afternoon-stroll:#d9c6a0;
--icy-lemonade:#f5e7b2;
--sprout:#b6c99c;
--calabrese:#f1a8a2;
}