Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1f304c;
}
.singing-the-blues {
color: #294a6a;
}
.zenith {
color: #4b7ca0;
}
.petit-four {
color: #81b9d5;
}
.canary-diamond {
color: #ffce52;
}
/* CSS Variables */
:root {
--manganese-black:#1f304c;
--singing-the-blues:#294a6a;
--zenith:#4b7ca0;
--petit-four:#81b9d5;
--canary-diamond:#ffce52;
}