Color names in this palette
CSS code for this palette
/* CSS */
.cremini {
color: #d4a33a;
}
.g-d-on-brown {
color: #7a4b00;
}
.iced-vovo {
color: #dfa4af;
}
.chinese-porcelain {
color: #395f79;
}
.antoinette-pink {
color: #e7c3b6;
}
/* CSS Variables */
:root {
--cremini:#d4a33a;
--g-d-on-brown:#7a4b00;
--iced-vovo:#dfa4af;
--chinese-porcelain:#395f79;
--antoinette-pink:#e7c3b6;
}