Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.steel-blue {
color: #4682b4;
}
.ameixa {
color: #6a5bcd;
}
.navajo-white {
color: #ffdead;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--steel-blue:#4682b4;
--ameixa:#6a5bcd;
--navajo-white:#ffdead;
--bruschetta-tomato:#ff6347;
}