Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1c1f22;
}
.nautical {
color: #2b4c7d;
}
.durotar-fire {
color: #f05a28;
}
.marigold-dust {
color: #f5ca3d;
}
.disco-ball {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--satin-deep-black:#1c1f22;
--nautical:#2b4c7d;
--durotar-fire:#f05a28;
--marigold-dust:#f5ca3d;
--disco-ball:#d4d4d4;
}