Color names in this palette
CSS code for this palette
/* CSS */
.lionhead {
color: #d3b20d;
}
.yellow-brick-road {
color: #e8c554;
}
.pierogi {
color: #f2d78c;
}
.hawaiian-cream {
color: #f9e6b9;
}
.polka-dot-skirt {
color: #fde3a0;
}
/* CSS Variables */
:root {
--lionhead:#d3b20d;
--yellow-brick-road:#e8c554;
--pierogi:#f2d78c;
--hawaiian-cream:#f9e6b9;
--polka-dot-skirt:#fde3a0;
}