Color names in this palette
CSS code for this palette
/* CSS */
.wizard-white {
color: #e2f2fd;
}
.pink-marshmallow {
color: #f0b2d1;
}
.marigold-yellow {
color: #f6e66f;
}
.wintergreen-mint {
color: #c7e5c8;
}
.frozen-salmon {
color: #ffa98f;
}
/* CSS Variables */
:root {
--wizard-white:#e2f2fd;
--pink-marshmallow:#f0b2d1;
--marigold-yellow:#f6e66f;
--wintergreen-mint:#c7e5c8;
--frozen-salmon:#ffa98f;
}