Color names in this palette
CSS code for this palette
/* CSS */
.tempest {
color: #797e9a;
}
.pixieland {
color: #b4a8c7;
}
.purity {
color: #d5c4e3;
}
.cute-little-pink {
color: #f3e2e2;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--tempest:#797e9a;
--pixieland:#b4a8c7;
--purity:#d5c4e3;
--cute-little-pink:#f3e2e2;
--cor-de-pele:#f4c3c3;
}