Color names in this palette
CSS code for this palette
/* CSS */
.stark-white {
color: #d3c6b6;
}
.mikado-green {
color: #a7a92d;
}
.goldfish {
color: #f2b05f;
}
.grenadier {
color: #c04c35;
}
.refined-chianti {
color: #8e1a3b;
}
/* CSS Variables */
:root {
--stark-white:#d3c6b6;
--mikado-green:#a7a92d;
--goldfish:#f2b05f;
--grenadier:#c04c35;
--refined-chianti:#8e1a3b;
}