Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.milky-maize {
color: #f8d8a0;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
.taylor {
color: #5d5c7a;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--milky-maize:#f8d8a0;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
--taylor:#5d5c7a;
}