Color names in this palette
CSS code for this palette
/* CSS */
.silver {
color: #bfbfbf;
}
.scab-red {
color: #8a0000;
}
.soviet-gold {
color: #ffd900;
}
.capri {
color: #00bfff;
}
.summer-forest-green {
color: #228c22;
}
/* CSS Variables */
:root {
--silver:#bfbfbf;
--scab-red:#8a0000;
--soviet-gold:#ffd900;
--capri:#00bfff;
--summer-forest-green:#228c22;
}