Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b7;
}
.salmon-beauty {
color: #f9c7b4;
}
.sun-drenched {
color: #ffe7a3;
}
.chicon {
color: #d9f1b1;
}
.vandermint {
color: #a9e1e5;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b7;
--salmon-beauty:#f9c7b4;
--sun-drenched:#ffe7a3;
--chicon:#d9f1b1;
--vandermint:#a9e1e5;
}