Color names in this palette
CSS code for this palette
/* CSS */
.golden-kingdom {
color: #e2c94b;
}
.orange-pospsicle {
color: #f4a20b;
}
.bitter-orange {
color: #d67d29;
}
.chaotic-roses {
color: #b82862;
}
.smooch {
color: #7b1e5c;
}
/* CSS Variables */
:root {
--golden-kingdom:#e2c94b;
--orange-pospsicle:#f4a20b;
--bitter-orange:#d67d29;
--chaotic-roses:#b82862;
--smooch:#7b1e5c;
}