Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.hollandaise {
color: #ffec3d;
}
.sweet-sixteen {
color: #ffccd1;
}
.smashing-pumpkins {
color: #ff5724;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--hollandaise:#ffec3d;
--sweet-sixteen:#ffccd1;
--smashing-pumpkins:#ff5724;
--devil-s-grass:#4cae4f;
}