Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.instant-orange {
color: #f78b2b;
}
.golden-snitch {
color: #f9e548;
}
.iridescent-green {
color: #4abf6d;
}
.ocean-trapeze {
color: #2f4f6f;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--instant-orange:#f78b2b;
--golden-snitch:#f9e548;
--iridescent-green:#4abf6d;
--ocean-trapeze:#2f4f6f;
}