Color names in this palette
CSS code for this palette
/* CSS */
.teaberry-blossom {
color: #b14c3e;
}
.orpiment-orange {
color: #d07b3e;
}
.woven-gold {
color: #dbb93d;
}
.golden-dream {
color: #f2d12c;
}
.pasta {
color: #f8e2af;
}
/* CSS Variables */
:root {
--teaberry-blossom:#b14c3e;
--orpiment-orange:#d07b3e;
--woven-gold:#dbb93d;
--golden-dream:#f2d12c;
--pasta:#f8e2af;
}