Color names in this palette
CSS code for this palette
/* CSS */
.golden-lake {
color: #d9c8a1;
}
.city-sunrise {
color: #d1a67a;
}
.garnet-sand {
color: #c77448;
}
.ablaze {
color: #c3493c;
}
.floriography {
color: #a63f4d;
}
/* CSS Variables */
:root {
--golden-lake:#d9c8a1;
--city-sunrise:#d1a67a;
--garnet-sand:#c77448;
--ablaze:#c3493c;
--floriography:#a63f4d;
}