Color names in this palette
CSS code for this palette
/* CSS */
.master-chief {
color: #4b7d2b;
}
.amazon-parrot {
color: #7bdc5b;
}
.basil-smash {
color: #b3e7a2;
}
.yellow-chalk {
color: #f3f9ae;
}
.english-rose {
color: #f6c5c1;
}
/* CSS Variables */
:root {
--master-chief:#4b7d2b;
--amazon-parrot:#7bdc5b;
--basil-smash:#b3e7a2;
--yellow-chalk:#f3f9ae;
--english-rose:#f6c5c1;
}