Color names in this palette
CSS code for this palette
/* CSS */
.english-custard {
color: #e3b86d;
}
.rum-custard {
color: #e8ceab;
}
.honey-beige {
color: #f4e2c8;
}
.mandys-pink {
color: #f6b69d;
}
.fuchsia-felicity {
color: #f24a6c;
}
/* CSS Variables */
:root {
--english-custard:#e3b86d;
--rum-custard:#e8ceab;
--honey-beige:#f4e2c8;
--mandys-pink:#f6b69d;
--fuchsia-felicity:#f24a6c;
}