Color names in this palette
CSS code for this palette
/* CSS */
.magic-fountain {
color: #1a7dff;
}
.hello-summer {
color: #4dc1ff;
}
.spindrift {
color: #6bffda;
}
.bright-khaki {
color: #f0e78e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--magic-fountain:#1a7dff;
--hello-summer:#4dc1ff;
--spindrift:#6bffda;
--bright-khaki:#f0e78e;
--grapefruit-pulp:#ff6e61;
}