Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d6e6;
}
.mystic-tulip {
color: #f7b5a1;
}
.lazy-daisy {
color: #f8eba0;
}
.mint-cocktail-green {
color: #b4e4b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d6e6;
--mystic-tulip:#f7b5a1;
--lazy-daisy:#f8eba0;
--mint-cocktail-green:#b4e4b4;
--grapefruit-pulp:#ff6e61;
}