Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-smoothie {
color: #8c4a4a;
}
.thimble-red {
color: #a45b86;
}
.astroscopus-grey {
color: #afb3b6;
}
.bauhaus {
color: #404040;
}
.norfolk-green {
color: #2a4b3a;
}
/* CSS Variables */
:root {
--rhubarb-smoothie:#8c4a4a;
--thimble-red:#a45b86;
--astroscopus-grey:#afb3b6;
--bauhaus:#404040;
--norfolk-green:#2a4b3a;
}