Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.antique-cameo {
color: #f0b6a3;
}
.golden-raspberry {
color: #f6d979;
}
.satin-green {
color: #c8e1b7;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--antique-cameo:#f0b6a3;
--golden-raspberry:#f6d979;
--satin-green:#c8e1b7;
--durotar-fire:#f05a28;
}