Color names in this palette
CSS code for this palette
/* CSS */
.spandex-green {
color: #34a853;
}
.be-spontaneous {
color: #a4d468;
}
.bright-khaki {
color: #f0e78e;
}
.peach-butter {
color: #ffae3d;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--spandex-green:#34a853;
--be-spontaneous:#a4d468;
--bright-khaki:#f0e78e;
--peach-butter:#ffae3d;
--halt-and-catch-fire:#ff6933;
}