Color names in this palette
CSS code for this palette
/* CSS */
.quiche-lorraine {
color: #fbd66f;
}
.mad-for-mango {
color: #f5a300;
}
.hotter-butter {
color: #e68a00;
}
.bitter-orange {
color: #d8742c;
}
.sweet-baby-rose {
color: #c74b43;
}
/* CSS Variables */
:root {
--quiche-lorraine:#fbd66f;
--mad-for-mango:#f5a300;
--hotter-butter:#e68a00;
--bitter-orange:#d8742c;
--sweet-baby-rose:#c74b43;
}