Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.blue-angels-yellow {
color: #fab700;
}
.vitamin-c {
color: #ff9900;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--blue-angels-yellow:#fab700;
--vitamin-c:#ff9900;
--coquelicot:#ff3c00;
}