Color names in this palette
CSS code for this palette
/* CSS */
.bitter-orange {
color: #d77c2d;
}
.koji-orange {
color: #f7af4b;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.lolly-ice {
color: #a6d9d4;
}
.cornflower-blue {
color: #6d8fca;
}
/* CSS Variables */
:root {
--bitter-orange:#d77c2d;
--koji-orange:#f7af4b;
--ride-off-into-the-sunset:#f3d05e;
--lolly-ice:#a6d9d4;
--cornflower-blue:#6d8fca;
}