Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.woven-gold {
color: #d6b73d;
}
.opulent-orange {
color: #ef6948;
}
.our-little-secret {
color: #a34d7b;
}
.passion-flower {
color: #6b4f9c;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--woven-gold:#d6b73d;
--opulent-orange:#ef6948;
--our-little-secret:#a34d7b;
--passion-flower:#6b4f9c;
}