Color names in this palette
CSS code for this palette
/* CSS */
.in-the-dark {
color: #3a3c41;
}
.made-in-the-shade {
color: #6a727c;
}
.evocative-blue {
color: #9fbdc6;
}
.royal-gold-pearl {
color: #d2a54b;
}
.cardinal-s-cassock {
color: #b33423;
}
/* CSS Variables */
:root {
--in-the-dark:#3a3c41;
--made-in-the-shade:#6a727c;
--evocative-blue:#9fbdc6;
--royal-gold-pearl:#d2a54b;
--cardinal-s-cassock:#b33423;
}