Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.iceland-poppy {
color: #f07f24;
}
.royal-yellow {
color: #f9d94e;
}
.iridescent-green {
color: #4abf6b;
}
.biloxi-blue {
color: #0077b8;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--iceland-poppy:#f07f24;
--royal-yellow:#f9d94e;
--iridescent-green:#4abf6b;
--biloxi-blue:#0077b8;
}