Color names in this palette
CSS code for this palette
/* CSS */
.silithus-brown {
color: #d87d64;
}
.flax-straw {
color: #cbaa7c;
}
.nature-green {
color: #7eae92;
}
.azure-blue {
color: #4c8ec8;
}
.neptune-blue {
color: #2e5a99;
}
/* CSS Variables */
:root {
--silithus-brown:#d87d64;
--flax-straw:#cbaa7c;
--nature-green:#7eae92;
--azure-blue:#4c8ec8;
--neptune-blue:#2e5a99;
}