Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.vintage-orange {
color: #ffb35c;
}
.sunkissed-yellow {
color: #ffeab8;
}
.c64-ntsc {
color: #4d7dfe;
}
.purple-honeycreeper {
color: #8d5cff;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--vintage-orange:#ffb35c;
--sunkissed-yellow:#ffeab8;
--c64-ntsc:#4d7dfe;
--purple-honeycreeper:#8d5cff;
}