Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.soft-saffron {
color: #ffd480;
}
.green-gooseberry {
color: #b0e0a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.infra-white {
color: #ffcceb;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--soft-saffron:#ffd480;
--green-gooseberry:#b0e0a3;
--grapefruit-pulp:#ff6e61;
--infra-white:#ffcceb;
}