Color names in this palette
CSS code for this palette
/* CSS */
.zima-blue {
color: #18b7e7;
}
.mint-jelly {
color: #4dd5a8;
}
.mild-menthol {
color: #8af4a1;
}
.vanilla-pudding {
color: #f2e36e;
}
.poppy-glow {
color: #f18b4b;
}
/* CSS Variables */
:root {
--zima-blue:#18b7e7;
--mint-jelly:#4dd5a8;
--mild-menthol:#8af4a1;
--vanilla-pudding:#f2e36e;
--poppy-glow:#f18b4b;
}