Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.light-budgie-blue {
color: #a0d7e9;
}
.frosty-mint {
color: #e2f8f6;
}
.cor-de-pele {
color: #f6c2c1;
}
.capocollo {
color: #d84f4f;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--light-budgie-blue:#a0d7e9;
--frosty-mint:#e2f8f6;
--cor-de-pele:#f6c2c1;
--capocollo:#d84f4f;
}