Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.peanut-butter-chicken {
color: #ffb861;
}
.sun-drenched {
color: #ffe5a3;
}
.light-budgie-blue {
color: #a0d4e9;
}
.lightish-blue {
color: #387aff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--peanut-butter-chicken:#ffb861;
--sun-drenched:#ffe5a3;
--light-budgie-blue:#a0d4e9;
--lightish-blue:#387aff;
}