Color names in this palette
CSS code for this palette
/* CSS */
.durotar-fire {
color: #f05a28;
}
.porsche {
color: #e1a05b;
}
.cricket-field {
color: #c1d59f;
}
.airborne {
color: #a1c2d4;
}
.saltwater-depth {
color: #4f8c6c;
}
/* CSS Variables */
:root {
--durotar-fire:#f05a28;
--porsche:#e1a05b;
--cricket-field:#c1d59f;
--airborne:#a1c2d4;
--saltwater-depth:#4f8c6c;
}