Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.dwarven-peaches {
color: #ffa07a;
}
.bruschetta-tomato {
color: #ff6347;
}
.steel-blue {
color: #4682b4;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--dwarven-peaches:#ffa07a;
--bruschetta-tomato:#ff6347;
--steel-blue:#4682b4;
--soviet-gold:#ffd900;
}