Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.wizard-white {
color: #e2f2fd;
}
.mint-macaron {
color: #b1eaf2;
}
.piggy-bank {
color: #ffccbd;
}
.mandarin-sorbet {
color: #ffad42;
}
/* CSS Variables */
:root {
--white:#ffffff;
--wizard-white:#e2f2fd;
--mint-macaron:#b1eaf2;
--piggy-bank:#ffccbd;
--mandarin-sorbet:#ffad42;
}