Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d93f3f;
}
.precious-persimmon {
color: #ff7142;
}
.pieces-of-eight {
color: #ffb13d;
}
.yellow-jacket {
color: #ffc83d;
}
.fluffy-duckling {
color: #f7e13b;
}
/* CSS Variables */
:root {
--jasper:#d93f3f;
--precious-persimmon:#ff7142;
--pieces-of-eight:#ffb13d;
--yellow-jacket:#ffc83d;
--fluffy-duckling:#f7e13b;
}