Color names in this palette
CSS code for this palette
/* CSS */
.tender-peach {
color: #f9d6b9;
}
.mandys-pink {
color: #f4b79f;
}
.stone-fruit {
color: #f1a58e;
}
.morning-marmalade {
color: #f28b69;
}
.porcelain-rose {
color: #ea706c;
}
/* CSS Variables */
:root {
--tender-peach:#f9d6b9;
--mandys-pink:#f4b79f;
--stone-fruit:#f1a58e;
--morning-marmalade:#f28b69;
--porcelain-rose:#ea706c;
}