Color names in this palette
CSS code for this palette
/* CSS */
.ganon-blue {
color: #a1dff7;
}
.cerulean-frost {
color: #6f9ac3;
}
.antilles-blue {
color: #3b5b8c;
}
.pretty-pink-piggy {
color: #f1a7d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ganon-blue:#a1dff7;
--cerulean-frost:#6f9ac3;
--antilles-blue:#3b5b8c;
--pretty-pink-piggy:#f1a7d6;
--grapefruit-pulp:#ff6e61;
}