Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.valley-of-glaciers {
color: #2c7c9b;
}
.fountain-blue {
color: #62b2b2;
}
.pyrite {
color: #f4c543;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--valley-of-glaciers:#2c7c9b;
--fountain-blue:#62b2b2;
--pyrite:#f4c543;
--grapefruit-pulp:#ff6e61;
}