Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.mandys-pink {
color: #f4b79f;
}
.hazelnut-milk {
color: #f1a779;
}
.honeycomb-yellow {
color: #df9b53;
}
.christmas-orange {
color: #d76e28;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--mandys-pink:#f4b79f;
--hazelnut-milk:#f1a779;
--honeycomb-yellow:#df9b53;
--christmas-orange:#d76e28;
}