Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-blue {
color: #005fb8;
}
.electric-glow {
color: #ffd000;
}
.syndicalist {
color: #f5c400;
}
.hot-butter {
color: #e6a100;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--sapphire-blue:#005fb8;
--electric-glow:#ffd000;
--syndicalist:#f5c400;
--hot-butter:#e6a100;
--carmine:#d60032;
}