Color names in this palette
CSS code for this palette
/* CSS */
.parisian-patina {
color: #799a89;
}
.ginninderra {
color: #aed5c0;
}
.cymophane-yellow {
color: #f3e6a5;
}
.koji-orange {
color: #f8b249;
}
.spiced-up-orange {
color: #e77a32;
}
/* CSS Variables */
:root {
--parisian-patina:#799a89;
--ginninderra:#aed5c0;
--cymophane-yellow:#f3e6a5;
--koji-orange:#f8b249;
--spiced-up-orange:#e77a32;
}