Color names in this palette
CSS code for this palette
/* CSS */
.pumpkin {
color: #ff751a;
}
.cheese {
color: #ffa600;
}
.soviet-gold {
color: #ffd900;
}
.hollandaise {
color: #ffec3d;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--pumpkin:#ff751a;
--cheese:#ffa600;
--soviet-gold:#ffd900;
--hollandaise:#ffec3d;
--twinkling-lights:#fff9c2;
}