Color names in this palette
CSS code for this palette
/* CSS */
.scab-red {
color: #8a0000;
}
.knockout {
color: #c52b2b;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.lively-yellow {
color: #ffebb3;
}
.adamite-green {
color: #3e895d;
}
/* CSS Variables */
:root {
--scab-red:#8a0000;
--knockout:#c52b2b;
--wildflower-bouquet:#ffb3b3;
--lively-yellow:#ffebb3;
--adamite-green:#3e895d;
}