Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e5a29f;
}
.radome-tan {
color: #f1c7a2;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.igniting {
color: #f4d49a;
}
.bay {
color: #b3e0d3;
}
/* CSS Variables */
:root {
--bussell-lace:#e5a29f;
--radome-tan:#f1c7a2;
--lemon-ice-yellow:#f6e1a7;
--igniting:#f4d49a;
--bay:#b3e0d3;
}