Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4dab1;
}
.minted-elegance {
color: #71cc9e;
}
.blue-angels-yellow {
color: #fab700;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poppy-red {
color: #d83b46;
}
/* CSS Variables */
:root {
--frugal:#a4dab1;
--minted-elegance:#71cc9e;
--blue-angels-yellow:#fab700;
--grapefruit-pulp:#ff6e61;
--poppy-red:#d83b46;
}