Color names in this palette
CSS code for this palette
/* CSS */
.dizzy-days {
color: #ce522c;
}
.brown-sugar-glaze {
color: #d27b4b;
}
.indian-pale-ale {
color: #d6b629;
}
.glass-green {
color: #d9e1b2;
}
.cassiterite-brown {
color: #603920;
}
/* CSS Variables */
:root {
--dizzy-days:#ce522c;
--brown-sugar-glaze:#d27b4b;
--indian-pale-ale:#d6b629;
--glass-green:#d9e1b2;
--cassiterite-brown:#603920;
}