Color names in this palette
CSS code for this palette
/* CSS */
.orange-pospsicle {
color: #f2a60d;
}
.nanohanacha-gold {
color: #e6b22d;
}
.tomato-bisque {
color: #d45911;
}
.rufous {
color: #a91a0a;
}
.magnesium {
color: #c2c2c2;
}
/* CSS Variables */
:root {
--orange-pospsicle:#f2a60d;
--nanohanacha-gold:#e6b22d;
--tomato-bisque:#d45911;
--rufous:#a91a0a;
--magnesium:#c2c2c2;
}