Color names in this palette
CSS code for this palette
/* CSS */
.ivory-tassel {
color: #f7ead9;
}
.peach-temptation {
color: #f2c7b1;
}
.pretty-pink {
color: #ebb4b2;
}
.artifact {
color: #d09e8a;
}
.dolomite-red {
color: #c57c9b;
}
/* CSS Variables */
:root {
--ivory-tassel:#f7ead9;
--peach-temptation:#f2c7b1;
--pretty-pink:#ebb4b2;
--artifact:#d09e8a;
--dolomite-red:#c57c9b;
}