Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2a4d6a;
}
.cool-blue {
color: #4b86b4;
}
.sweet-dreams {
color: #9fc4e9;
}
.pickled-ginger {
color: #ffe057;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--celestial-blue:#2a4d6a;
--cool-blue:#4b86b4;
--sweet-dreams:#9fc4e9;
--pickled-ginger:#ffe057;
--grapefruit-pulp:#ff6e61;
}