Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f5b59e;
}
.almond-cream {
color: #f5c49e;
}
.phoenix-fossil {
color: #f5d89e;
}
.meringue {
color: #f3e4b4;
}
.belgian-waffle {
color: #f1dfb7;
}
/* CSS Variables */
:root {
--mandys-pink:#f5b59e;
--almond-cream:#f5c49e;
--phoenix-fossil:#f5d89e;
--meringue:#f3e4b4;
--belgian-waffle:#f1dfb7;
}