Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f4b09f;
}
.silithus-brown {
color: #d87d64;
}
.cedar-chest {
color: #c75d4d;
}
.hazelnut {
color: #a86e5d;
}
.dune-king {
color: #e9a96d;
}
/* CSS Variables */
:root {
--first-date:#f4b09f;
--silithus-brown:#d87d64;
--cedar-chest:#c75d4d;
--hazelnut:#a86e5d;
--dune-king:#e9a96d;
}