Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.debrito {
color: #f0783d;
}
.high-reflective-white {
color: #f8f6f1;
}
.fantasy-console-sky {
color: #29b0ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--debrito:#f0783d;
--high-reflective-white:#f8f6f1;
--fantasy-console-sky:#29b0ff;
--grapefruit-pulp:#ff6e61;
}