Color names in this palette
CSS code for this palette
/* CSS */
.amour {
color: #f05751;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pieces-of-eight {
color: #ffb13d;
}
.yellow-bellied {
color: #ffee33;
}
.boyzone {
color: #2f99da;
}
/* CSS Variables */
:root {
--amour:#f05751;
--grapefruit-pulp:#ff6e61;
--pieces-of-eight:#ffb13d;
--yellow-bellied:#ffee33;
--boyzone:#2f99da;
}