Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.durotar-fire {
color: #f05a28;
}
.squash-blossom {
color: #f6b83c;
}
.storm-lightning {
color: #f9e89f;
}
.porcelain-earth {
color: #e7ffb3;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--durotar-fire:#f05a28;
--squash-blossom:#f6b83c;
--storm-lightning:#f9e89f;
--porcelain-earth:#e7ffb3;
}