Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #ffab3d;
}
.shocking-orange {
color: #ff6d1f;
}
.coral-red {
color: #ff3d40;
}
.cochonnet {
color: #ff8fbf;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--peach-butter:#ffab3d;
--shocking-orange:#ff6d1f;
--coral-red:#ff3d40;
--cochonnet:#ff8fbf;
--liveliness:#ffdeb8;
}