Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dragon-ball {
color: #ff9a1f;
}
.eternal-summer {
color: #f5e900;
}
.water-sports {
color: #40c2c9;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dragon-ball:#ff9a1f;
--eternal-summer:#f5e900;
--water-sports:#40c2c9;
--twilight-express:#1e3a76;
}