Color names in this palette
CSS code for this palette
/* CSS */
.hotspot {
color: #ff4938;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.floral-leaf {
color: #ffb84d;
}
.qing-yellow {
color: #ffcc66;
}
.quack-quack {
color: #ffe98a;
}
/* CSS Variables */
:root {
--hotspot:#ff4938;
--smashed-pumpkin:#ff6a3d;
--floral-leaf:#ffb84d;
--qing-yellow:#ffcc66;
--quack-quack:#ffe98a;
}