Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1d3d6d;
}
.windsurfing {
color: #3b6e9b;
}
.sanctuary-spa {
color: #68b2e3;
}
.golden-glam {
color: #f4b943;
}
.cadmium-orange {
color: #f38b2b;
}
/* CSS Variables */
:root {
--blue-mosque:#1d3d6d;
--windsurfing:#3b6e9b;
--sanctuary-spa:#68b2e3;
--golden-glam:#f4b943;
--cadmium-orange:#f38b2b;
}