Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.verditer {
color: #00bdad;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--verditer:#00bdad;
}