Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.stella {
color: #f6cf5a;
}
.gemini-mustard-momento {
color: #f8a64f;
}
.orange-crush {
color: #f17b32;
}
.langoustine {
color: #db4f24;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--stella:#f6cf5a;
--gemini-mustard-momento:#f8a64f;
--orange-crush:#f17b32;
--langoustine:#db4f24;
}