Color names in this palette
CSS code for this palette
/* CSS */
.dark-slate-grey {
color: #305050;
}
.scallion {
color: #6b8f24;
}
.bright-khaki {
color: #f0e78e;
}
.bruschetta-tomato {
color: #ff6347;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--dark-slate-grey:#305050;
--scallion:#6b8f24;
--bright-khaki:#f0e78e;
--bruschetta-tomato:#ff6347;
--steel-blue:#4682b4;
}