Color names in this palette
CSS code for this palette
/* CSS */
.magical-merlin {
color: #3b89c9;
}
.peppermint-fresh {
color: #69bf9b;
}
.smooth-as-corn-silk {
color: #f5e3b2;
}
.dairy-made {
color: #f5b53d;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--magical-merlin:#3b89c9;
--peppermint-fresh:#69bf9b;
--smooth-as-corn-silk:#f5e3b2;
--dairy-made:#f5b53d;
--breeze-of-chilli:#f76e6e;
}