Color names in this palette
CSS code for this palette
/* CSS */
.frost-grey {
color: #7e7c7e;
}
.spotted-dove {
color: #c1bebe;
}
.diamonds-in-the-sky {
color: #e4e2e2;
}
.lantern-light {
color: #f5eab8;
}
.money-banks {
color: #a9b94b;
}
/* CSS Variables */
:root {
--frost-grey:#7e7c7e;
--spotted-dove:#c1bebe;
--diamonds-in-the-sky:#e4e2e2;
--lantern-light:#f5eab8;
--money-banks:#a9b94b;
}