Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3e5b;
}
.zenith {
color: #497b9c;
}
.delicate-girl-blue {
color: #6bb4cc;
}
.gas-giant {
color: #94e3f5;
}
.energy-yellow {
color: #f6d851;
}
/* CSS Variables */
:root {
--capital-blue:#1a3e5b;
--zenith:#497b9c;
--delicate-girl-blue:#6bb4cc;
--gas-giant:#94e3f5;
--energy-yellow:#f6d851;
}