Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.milky-maize {
color: #f7d6a1;
}
.no-gmb-yellow {
color: #f5e78a;
}
.basil-smash {
color: #b5e1a3;
}
.club-cruise {
color: #8dc4e2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--milky-maize:#f7d6a1;
--no-gmb-yellow:#f5e78a;
--basil-smash:#b5e1a3;
--club-cruise:#8dc4e2;
}