Color names in this palette
CSS code for this palette
/* CSS */
.sanctuary-spa {
color: #67b1e0;
}
.emerald-wave {
color: #4eb1a6;
}
.milky-maize {
color: #f7d7a1;
}
.calabrese {
color: #f1a8a2;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--sanctuary-spa:#67b1e0;
--emerald-wave:#4eb1a6;
--milky-maize:#f7d7a1;
--calabrese:#f1a8a2;
--durotar-fire:#f05a28;
}