Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1e3c6b;
}
.star-sapphire {
color: #3d6a99;
}
.periwinkle-sky {
color: #8cb4d4;
}
.boxwood-yellow {
color: #f1e5a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-mosque:#1e3c6b;
--star-sapphire:#3d6a99;
--periwinkle-sky:#8cb4d4;
--boxwood-yellow:#f1e5a2;
--creamy-sweet-corn:#f9c54e;
}