Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb65c;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.dusk-orange {
color: #ff4d3d;
}
.jacaranda-pink {
color: #c65cff;
}
.byzantine-night-blue {
color: #6b72ff;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb65c;
--synthetic-pumpkin:#ff7b3d;
--dusk-orange:#ff4d3d;
--jacaranda-pink:#c65cff;
--byzantine-night-blue:#6b72ff;
}