Color names in this palette
CSS code for this palette
/* CSS */
.a-pair-of-brown-eyes {
color: #bfaf92;
}
.waffle-cone {
color: #e5c77b;
}
.goldfish {
color: #f3ab5e;
}
.coral-orange {
color: #e86a4a;
}
.warming-heart {
color: #d34d3c;
}
/* CSS Variables */
:root {
--a-pair-of-brown-eyes:#bfaf92;
--waffle-cone:#e5c77b;
--goldfish:#f3ab5e;
--coral-orange:#e86a4a;
--warming-heart:#d34d3c;
}