Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.windsurfing {
color: #3c6e9a;
}
.powder-blue {
color: #b1e0e7;
}
.sunshine-mellow {
color: #f1c40e;
}
.tenn {
color: #d15400;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--windsurfing:#3c6e9a;
--powder-blue:#b1e0e7;
--sunshine-mellow:#f1c40e;
--tenn:#d15400;
}