Color names in this palette
CSS code for this palette
/* CSS */
.hotspot {
color: #ff4938;
}
.beniukon-bronze {
color: #ff7e38;
}
.pieces-of-eight {
color: #ffb13d;
}
.fluffy-duckling {
color: #f7e13b;
}
.field-day {
color: #c2e9a5;
}
/* CSS Variables */
:root {
--hotspot:#ff4938;
--beniukon-bronze:#ff7e38;
--pieces-of-eight:#ffb13d;
--fluffy-duckling:#f7e13b;
--field-day:#c2e9a5;
}