Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.glitzy-gold {
color: #d8a22c;
}
.greengrass {
color: #709e57;
}
.blue-dam {
color: #a1c4d3;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--glitzy-gold:#d8a22c;
--greengrass:#709e57;
--blue-dam:#a1c4d3;
--bleached-silk:#f2f2f2;
}