Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1d3d6d;
}
.zenith {
color: #497b9c;
}
.frisky-blue {
color: #7ab1c7;
}
.bone-white {
color: #f2e0b1;
}
.spicy-orange {
color: #d84d31;
}
/* CSS Variables */
:root {
--blue-mosque:#1d3d6d;
--zenith:#497b9c;
--frisky-blue:#7ab1c7;
--bone-white:#f2e0b1;
--spicy-orange:#d84d31;
}