Color names in this palette
CSS code for this palette
/* CSS */
.script-ink {
color: #5e6368;
}
.seljuk-blue {
color: #4387f4;
}
.spandex-green {
color: #34a853;
}
.chilled-chilly {
color: #ea4334;
}
.kin-gold {
color: #f09400;
}
/* CSS Variables */
:root {
--script-ink:#5e6368;
--seljuk-blue:#4387f4;
--spandex-green:#34a853;
--chilled-chilly:#ea4334;
--kin-gold:#f09400;
}