Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5d7d92;
}
.suds {
color: #a6b4c4;
}
.twinkle-blue {
color: #d0d7e1;
}
.cor-de-pele {
color: #f4c3c3;
}
.childhood-crush {
color: #e76d65;
}
/* CSS Variables */
:root {
--provincial-blue:#5d7d92;
--suds:#a6b4c4;
--twinkle-blue:#d0d7e1;
--cor-de-pele:#f4c3c3;
--childhood-crush:#e76d65;
}