Color names in this palette
CSS code for this palette
/* CSS */
.play-school {
color: #d15b23;
}
.salsa-sizzle {
color: #ea803e;
}
.gemini-mustard-momento {
color: #f8a94f;
}
.apricot {
color: #fcb06e;
}
.golden-thread {
color: #e8c67d;
}
/* CSS Variables */
:root {
--play-school:#d15b23;
--salsa-sizzle:#ea803e;
--gemini-mustard-momento:#f8a94f;
--apricot:#fcb06e;
--golden-thread:#e8c67d;
}