Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c149;
}
.mad-for-mango {
color: #f5a300;
}
.accent-orange {
color: #e66b00;
}
.vinaceous-tawny {
color: #c73c00;
}
.bloodline {
color: #8a1c00;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c149;
--mad-for-mango:#f5a300;
--accent-orange:#e66b00;
--vinaceous-tawny:#c73c00;
--bloodline:#8a1c00;
}