Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.canary-diamond {
color: #ffce52;
}
.bilious-green {
color: #a9d86e;
}
.aurora-teal {
color: #6fb3b0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--canary-diamond:#ffce52;
--bilious-green:#a9d86e;
--aurora-teal:#6fb3b0;
}