Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.welcoming-wasp {
color: #f0a800;
}
.xanthic {
color: #f8e61b;
}
.skyan {
color: #6bc9ff;
}
.lucid-dream {
color: #5c2f92;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--welcoming-wasp:#f0a800;
--xanthic:#f8e61b;
--skyan:#6bc9ff;
--lucid-dream:#5c2f92;
}