Color names in this palette
CSS code for this palette
/* CSS */
.magical-merlin {
color: #3a8fd9;
}
.magnesia-bay {
color: #5dc7e5;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--magical-merlin:#3a8fd9;
--magnesia-bay:#5dc7e5;
--welcoming-wasp:#f0a800;
--grapefruit-pulp:#ff6e61;
--sasquatch-socks:#ff4281;
}