Color names in this palette
CSS code for this palette
/* CSS */
.indian-clay {
color: #f2cfc0;
}
.roseberry {
color: #f2a6a1;
}
.oleander-pink {
color: #f15b9c;
}
.golgfag-brown {
color: #d97f6d;
}
.chinese-violet {
color: #8e6a90;
}
/* CSS Variables */
:root {
--indian-clay:#f2cfc0;
--roseberry:#f2a6a1;
--oleander-pink:#f15b9c;
--golgfag-brown:#d97f6d;
--chinese-violet:#8e6a90;
}