Color names in this palette
CSS code for this palette
/* CSS */
.alizarin-crimson {
color: #e32636;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pieces-of-eight {
color: #ffb13d;
}
.yellow-dragon {
color: #f7e37e;
}
.dante-peak {
color: #b3d6d4;
}
/* CSS Variables */
:root {
--alizarin-crimson:#e32636;
--grapefruit-pulp:#ff6e61;
--pieces-of-eight:#ffb13d;
--yellow-dragon:#f7e37e;
--dante-peak:#b3d6d4;
}