Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.goldsmith {
color: #f0b14c;
}
.o-brien-orange {
color: #f1a146;
}
.field-poppy {
color: #d66e3d;
}
.teaberry-blossom {
color: #b54d40;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--goldsmith:#f0b14c;
--o-brien-orange:#f1a146;
--field-poppy:#d66e3d;
--teaberry-blossom:#b54d40;
}