Color names in this palette
CSS code for this palette
/* CSS */
.milky-maize {
color: #f9d69f;
}
.roseberry {
color: #f2a8a1;
}
.morning-marmalade {
color: #f28b69;
}
.mustard-crusted-salmon {
color: #f28140;
}
.tiger-lily {
color: #e0513e;
}
/* CSS Variables */
:root {
--milky-maize:#f9d69f;
--roseberry:#f2a8a1;
--morning-marmalade:#f28b69;
--mustard-crusted-salmon:#f28140;
--tiger-lily:#e0513e;
}