Color names in this palette
CSS code for this palette
/* CSS */
.eiger-nordwand {
color: #789aba;
}
.thunder-chi {
color: #a7c4d2;
}
.changeling-pink {
color: #f1b1d0;
}
.brandywine-spritz {
color: #e59fb0;
}
.dolomite-red {
color: #c67ba1;
}
/* CSS Variables */
:root {
--eiger-nordwand:#789aba;
--thunder-chi:#a7c4d2;
--changeling-pink:#f1b1d0;
--brandywine-spritz:#e59fb0;
--dolomite-red:#c67ba1;
}