Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.hawaiian-passion {
color: #ff9b3d;
}
.nacho {
color: #ffc95c;
}
.south-shore-sun {
color: #ffdd9e;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--hawaiian-passion:#ff9b3d;
--nacho:#ffc95c;
--south-shore-sun:#ffdd9e;
--vanilla-ice-cream:#ffe7b3;
}