Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.royal-yellow {
color: #fbd950;
}
.shocking-orange {
color: #ff6d1f;
}
.lime-lizard {
color: #a5d558;
}
.true-purple {
color: #6f2c90;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--royal-yellow:#fbd950;
--shocking-orange:#ff6d1f;
--lime-lizard:#a5d558;
--true-purple:#6f2c90;
}