Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.milky-maize {
color: #f7d9a1;
}
.james-blonde {
color: #f2e3b5;
}
.green-vibes {
color: #d2e3c4;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--milky-maize:#f7d9a1;
--james-blonde:#f2e3b5;
--green-vibes:#d2e3c4;
--island-light:#a6c6ed;
}