Color names in this palette
CSS code for this palette
/* CSS */
.gilded-pear {
color: #c19f6c;
}
.straw-hat {
color: #f1d6a7;
}
.yolk-yellow {
color: #e0ae52;
}
.roman-gold {
color: #d69b2e;
}
.beef-hotpot {
color: #a95d2d;
}
/* CSS Variables */
:root {
--gilded-pear:#c19f6c;
--straw-hat:#f1d6a7;
--yolk-yellow:#e0ae52;
--roman-gold:#d69b2e;
--beef-hotpot:#a95d2d;
}