Color names in this palette
CSS code for this palette
/* CSS */
.golden-lake {
color: #d7c8a2;
}
.high-style {
color: #a8b3d7;
}
.twilight-dusk {
color: #5d5e79;
}
.terra-sol {
color: #e6b77a;
}
.thistle-mauve {
color: #8b4b7b;
}
/* CSS Variables */
:root {
--golden-lake:#d7c8a2;
--high-style:#a8b3d7;
--twilight-dusk:#5d5e79;
--terra-sol:#e6b77a;
--thistle-mauve:#8b4b7b;
}