Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.salsa-sizzle {
color: #e77b3c;
}
.goldsmith {
color: #efb74d;
}
.opaline-green {
color: #a3c97e;
}
.bell-blue {
color: #608c9a;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--salsa-sizzle:#e77b3c;
--goldsmith:#efb74d;
--opaline-green:#a3c97e;
--bell-blue:#608c9a;
}