Color names in this palette
CSS code for this palette
/* CSS */
.vanilla {
color: #f3e4aa;
}
.milky-maize {
color: #f9d89f;
}
.sunburst {
color: #f6b679;
}
.morning-marmalade {
color: #f28b69;
}
.true-love {
color: #e6798c;
}
/* CSS Variables */
:root {
--vanilla:#f3e4aa;
--milky-maize:#f9d89f;
--sunburst:#f6b679;
--morning-marmalade:#f28b69;
--true-love:#e6798c;
}