Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.stargate-shimmer {
color: #707eff;
}
.prompt {
color: #5e7ab5;
}
.citrus-splash {
color: #ffc300;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--stargate-shimmer:#707eff;
--prompt:#5e7ab5;
--citrus-splash:#ffc300;
--floral-leaf:#ffb84d;
}