Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.smiley-face {
color: #ffc861;
}
.asfar-yellow {
color: #f5f100;
}
.minted-elegance {
color: #6dd0a0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--smiley-face:#ffc861;
--asfar-yellow:#f5f100;
--minted-elegance:#6dd0a0;
}