Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.yellow-essence {
color: #fce2b6;
}
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.radishical {
color: #ef486f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--yellow-essence:#fce2b6;
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--radishical:#ef486f;
}