Color names in this palette
CSS code for this palette
/* CSS */
.desert-suede {
color: #d6c9b3;
}
.farfalle-noodle {
color: #e4d4c8;
}
.pink-scallop {
color: #f2e0d4;
}
.sweet-angel {
color: #f3c9b9;
}
.cottage-rose {
color: #d9ab9b;
}
/* CSS Variables */
:root {
--desert-suede:#d6c9b3;
--farfalle-noodle:#e4d4c8;
--pink-scallop:#f2e0d4;
--sweet-angel:#f3c9b9;
--cottage-rose:#d9ab9b;
}