Color names in this palette
CSS code for this palette
/* CSS */
.salt-spray {
color: #a8c4d1;
}
.kingfisher-turquoise {
color: #76b7b3;
}
.winter-green {
color: #4e8d7c;
}
.carving-party {
color: #efc19a;
}
.wet-coral {
color: #d15c4d;
}
/* CSS Variables */
:root {
--salt-spray:#a8c4d1;
--kingfisher-turquoise:#76b7b3;
--winter-green:#4e8d7c;
--carving-party:#efc19a;
--wet-coral:#d15c4d;
}