Color names in this palette
CSS code for this palette
/* CSS */
.raw-sugar {
color: #d7c9b2;
}
.bud {
color: #a8a88f;
}
.secret-cove {
color: #698e9b;
}
.winter-shadow {
color: #4f6c78;
}
.edge-of-the-galaxy {
color: #2e3b3d;
}
/* CSS Variables */
:root {
--raw-sugar:#d7c9b2;
--bud:#a8a88f;
--secret-cove:#698e9b;
--winter-shadow:#4f6c78;
--edge-of-the-galaxy:#2e3b3d;
}