Color names in this palette
CSS code for this palette
/* CSS */
.frontier-fort {
color: #c1b19f;
}
.ellie-grey {
color: #a9a9a2;
}
.birch-forest {
color: #8c9b8c;
}
.dexter {
color: #6cb2af;
}
.royal-palm {
color: #3f8888;
}
/* CSS Variables */
:root {
--frontier-fort:#c1b19f;
--ellie-grey:#a9a9a2;
--birch-forest:#8c9b8c;
--dexter:#6cb2af;
--royal-palm:#3f8888;
}