Color names in this palette
CSS code for this palette
/* CSS */
.merino-wool {
color: #d0c0af;
}
.akaroa {
color: #bfaf9b;
}
.basic-khaki {
color: #c5b7a0;
}
.illusive-dream {
color: #e0d4c2;
}
.early-sunset {
color: #f4e4d7;
}
/* CSS Variables */
:root {
--merino-wool:#d0c0af;
--akaroa:#bfaf9b;
--basic-khaki:#c5b7a0;
--illusive-dream:#e0d4c2;
--early-sunset:#f4e4d7;
}