Color names in this palette
CSS code for this palette
/* CSS */
.frontier-fort {
color: #c1b09f;
}
.just-rosey {
color: #c7a394;
}
.golden-aura {
color: #d19e6b;
}
.yolk-yellow {
color: #e3b24f;
}
.mocha-dandelion {
color: #f2d86e;
}
/* CSS Variables */
:root {
--frontier-fort:#c1b09f;
--just-rosey:#c7a394;
--golden-aura:#d19e6b;
--yolk-yellow:#e3b24f;
--mocha-dandelion:#f2d86e;
}