Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d6383b;
}
.pink-eraser {
color: #f6a098;
}
.flame-seal {
color: #f3e158;
}
.olive-thrill {
color: #6b8e29;
}
.blue-dart-frog {
color: #3b7e9b;
}
/* CSS Variables */
:root {
--jasper:#d6383b;
--pink-eraser:#f6a098;
--flame-seal:#f3e158;
--olive-thrill:#6b8e29;
--blue-dart-frog:#3b7e9b;
}