Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.potash {
color: #e17a5b;
}
.egyptian-gold {
color: #f2a650;
}
.sport-yellow {
color: #f2d578;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--potash:#e17a5b;
--egyptian-gold:#f2a650;
--sport-yellow:#f2d578;
--shalimar:#f8f9a9;
}