Color names in this palette
CSS code for this palette
/* CSS */
.emergency-zone {
color: #e7693c;
}
.chat-orange {
color: #f99f3e;
}
.salmon-eggs {
color: #f4d35d;
}
.sour-candy {
color: #69af4b;
}
.boyzone {
color: #2f99da;
}
/* CSS Variables */
:root {
--emergency-zone:#e7693c;
--chat-orange:#f99f3e;
--salmon-eggs:#f4d35d;
--sour-candy:#69af4b;
--boyzone:#2f99da;
}