Color names in this palette
CSS code for this palette
/* CSS */
.persian-red {
color: #d1392e;
}
.shocking-orange {
color: #ff6d1f;
}
.cyber-yellow {
color: #ffd500;
}
.iridescent-green {
color: #4abf69;
}
.sapphire-blue {
color: #005fb8;
}
/* CSS Variables */
:root {
--persian-red:#d1392e;
--shocking-orange:#ff6d1f;
--cyber-yellow:#ffd500;
--iridescent-green:#4abf69;
--sapphire-blue:#005fb8;
}