Color names in this palette
CSS code for this palette
/* CSS */
.blue-opal {
color: #0d3c68;
}
.star-sapphire {
color: #40689c;
}
.skinny-jeans {
color: #5087f7;
}
.welcoming-wasp {
color: #f0a800;
}
.fiery-glow {
color: #f14f1e;
}
/* CSS Variables */
:root {
--blue-opal:#0d3c68;
--star-sapphire:#40689c;
--skinny-jeans:#5087f7;
--welcoming-wasp:#f0a800;
--fiery-glow:#f14f1e;
}