Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d44040;
}
.basketball {
color: #f26b2c;
}
.raichu-orange {
color: #f9a83e;
}
.khaki-core {
color: #f8e3af;
}
.smooth-satin {
color: #a3d4d7;
}
/* CSS Variables */
:root {
--jasper:#d44040;
--basketball:#f26b2c;
--raichu-orange:#f9a83e;
--khaki-core:#f8e3af;
--smooth-satin:#a3d4d7;
}