Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e3b4;
}
.almond-cream {
color: #f4c29f;
}
.fruit-shake {
color: #f29c8c;
}
.strawberry-ice {
color: #e7888d;
}
.camellia-rose {
color: #e24b6c;
}
/* CSS Variables */
:root {
--noodles:#f9e3b4;
--almond-cream:#f4c29f;
--fruit-shake:#f29c8c;
--strawberry-ice:#e7888d;
--camellia-rose:#e24b6c;
}