Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pieces-of-eight {
color: #ffb13d;
}
.wake-me-up {
color: #f6d55a;
}
.waterfall {
color: #3cafa3;
}
.coarse-wool {
color: #18212a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pieces-of-eight:#ffb13d;
--wake-me-up:#f6d55a;
--waterfall:#3cafa3;
--coarse-wool:#18212a;
}