Color names in this palette
CSS code for this palette
/* CSS */
.still {
color: #afaf9d;
}
.faint-fawn {
color: #e3c49c;
}
.banana-br-l-e {
color: #f7e8bb;
}
.bergamot-orange {
color: #f6a05a;
}
.medium-vermilion {
color: #d8603b;
}
/* CSS Variables */
:root {
--still:#afaf9d;
--faint-fawn:#e3c49c;
--banana-br-l-e:#f7e8bb;
--bergamot-orange:#f6a05a;
--medium-vermilion:#d8603b;
}