Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.marigold-dust {
color: #f4cf3e;
}
.ufo-green {
color: #2ecc70;
}
.karimun-blue {
color: #1e8ef1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--marigold-dust:#f4cf3e;
--ufo-green:#2ecc70;
--karimun-blue:#1e8ef1;
}