Color names in this palette
CSS code for this palette
/* CSS */
.peevish-red {
color: #ff2969;
}
.shocking-orange {
color: #ff6d1f;
}
.blueberry {
color: #3d3d94;
}
.frozen-landscape {
color: #b3e7ff;
}
.mystic-green {
color: #e2ff7a;
}
/* CSS Variables */
:root {
--peevish-red:#ff2969;
--shocking-orange:#ff6d1f;
--blueberry:#3d3d94;
--frozen-landscape:#b3e7ff;
--mystic-green:#e2ff7a;
}