Color names in this palette
CSS code for this palette
/* CSS */
.wild-thyme {
color: #7c9b6f;
}
.fairway-mist {
color: #cce9af;
}
.full-moon {
color: #f5f4e0;
}
.desert-dust {
color: #e5b88b;
}
.capocollo {
color: #d8504b;
}
/* CSS Variables */
:root {
--wild-thyme:#7c9b6f;
--fairway-mist:#cce9af;
--full-moon:#f5f4e0;
--desert-dust:#e5b88b;
--capocollo:#d8504b;
}