Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d73c4e;
}
.orange-pospsicle {
color: #f4a20b;
}
.freesia {
color: #f6c02c;
}
.iridescent-green {
color: #4abf6d;
}
.astrolabe-reef {
color: #2e9bd1;
}
/* CSS Variables */
:root {
--smooch-rouge:#d73c4e;
--orange-pospsicle:#f4a20b;
--freesia:#f6c02c;
--iridescent-green:#4abf6d;
--astrolabe-reef:#2e9bd1;
}