Color names in this palette
CSS code for this palette
/* CSS */
.five-star {
color: #ffac4d;
}
.carrot {
color: #ff713d;
}
.coquelicot {
color: #ff3c00;
}
.pleasant-pomegranate {
color: #c72e00;
}
.bloodline {
color: #8a1c00;
}
/* CSS Variables */
:root {
--five-star:#ffac4d;
--carrot:#ff713d;
--coquelicot:#ff3c00;
--pleasant-pomegranate:#c72e00;
--bloodline:#8a1c00;
}