Color names in this palette
CSS code for this palette
/* CSS */
.firecracker-salmon {
color: #ec5f5f;
}
.welcoming-wasp {
color: #f0a800;
}
.warm-cocoon {
color: #f8d19b;
}
.garish-green {
color: #4abf8c;
}
.saxony-blue {
color: #1e718a;
}
/* CSS Variables */
:root {
--firecracker-salmon:#ec5f5f;
--welcoming-wasp:#f0a800;
--warm-cocoon:#f8d19b;
--garish-green:#4abf8c;
--saxony-blue:#1e718a;
}