Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.maizena {
color: #f6ec60;
}
.aurora-green {
color: #6fdc8b;
}
.flickering-sea {
color: #4d6ef5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--maizena:#f6ec60;
--aurora-green:#6fdc8b;
--flickering-sea:#4d6ef5;
}