Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a718c;
}
.smoky-azurite {
color: #6f8f9b;
}
.lakefront {
color: #8b9ea7;
}
.barcelona-beige {
color: #c4b39c;
}
.mod-orange {
color: #d75b3c;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a718c;
--smoky-azurite:#6f8f9b;
--lakefront:#8b9ea7;
--barcelona-beige:#c4b39c;
--mod-orange:#d75b3c;
}