Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d6383b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.autumn-splendor {
color: #ff9a4d;
}
.citrus-splash {
color: #ffc300;
}
.corn {
color: #ffec5c;
}
/* CSS Variables */
:root {
--jasper:#d6383b;
--grapefruit-pulp:#ff6e61;
--autumn-splendor:#ff9a4d;
--citrus-splash:#ffc300;
--corn:#ffec5c;
}