Color names in this palette
CSS code for this palette
/* CSS */
.artifact {
color: #c8a08d;
}
.flowerpot {
color: #d8b1a2;
}
.antoinette-pink {
color: #e7c4b6;
}
.nutter-butter {
color: #f7d5c5;
}
.sand-crystal {
color: #ffeedb;
}
/* CSS Variables */
:root {
--artifact:#c8a08d;
--flowerpot:#d8b1a2;
--antoinette-pink:#e7c4b6;
--nutter-butter:#f7d5c5;
--sand-crystal:#ffeedb;
}